diff options
author | Soispha <soispha@vhack.eu> | 2023-07-03 15:11:52 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-03 15:13:00 +0200 |
commit | 61846c5f3a935b3348de04e082cbcf3f018b61fb (patch) | |
tree | 1d041809d1cd4dc20aa87c898dbd9db0ee358216 /system/default.nix | |
parent | Refactor(system/services/mail): Move mail to services as it's one (diff) | |
download | nixos-server-61846c5f3a935b3348de04e082cbcf3f018b61fb.tar.gz nixos-server-61846c5f3a935b3348de04e082cbcf3f018b61fb.zip |
Fix(system): Import everything
Diffstat (limited to 'system/default.nix')
-rw-r--r-- | system/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/default.nix b/system/default.nix index d67ada2..79b5403 100644 --- a/system/default.nix +++ b/system/default.nix @@ -1,6 +1,6 @@ -{config, ...}: { +{...}: { imports = [ - ./file_system_layouts + ./disks ./packages ./services ./users |