summaryrefslogtreecommitdiff
path: root/common/default.nix
blob: e5bffc080adc7e21640927af5844917825a30426 (plain)
1
2
3
4
5
6
7
8
9
10
# Configuration shared by all machines. Machine-specific settings live under
# ../machines/<hostname>/default.nix.
{ ... }:

{
  imports = [
    ./core.nix
    ./net.nix
  ];
}