diff options
Diffstat (limited to 'common/default.nix')
| -rw-r--r-- | common/default.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/common/default.nix b/common/default.nix new file mode 100644 index 0000000..946b3a7 --- /dev/null +++ b/common/default.nix @@ -0,0 +1,9 @@ +# Configuration shared by all machines. Machine-specific settings live under +# ../machines/<hostname>/default.nix. +{ ... }: + +{ + imports = [ + ./core.nix + ]; +} |
