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

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