summaryrefslogtreecommitdiff
path: root/common/default.nix
blob: e977351199db1ce096673b652ed048a95d662479 (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
    ./lan-discovery.nix
  ];
}