diff options
author | Soispha <soispha@vhack.eu> | 2023-07-03 15:10:14 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-03 18:21:52 +0200 |
commit | 32ab086bd17930fe6e43e7c193a0c86038676c58 (patch) | |
tree | b09c233da35fc8424b8288a78ed660d757c38b23 /flake.nix | |
parent | Build(flake): Update (diff) | |
download | nixos-server-32ab086bd17930fe6e43e7c193a0c86038676c58.tar.gz nixos-server-32ab086bd17930fe6e43e7c193a0c86038676c58.zip |
Refactor(system/services/mail): Move mail to services as it's one
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix index 3af5b41..eff0f44 100644 --- a/flake.nix +++ b/flake.nix @@ -33,9 +33,6 @@ modules = [ ./hosts/server1/configuration.nix simple-nixos-mailserver.nixosModule - { - mailserver = import ./system/mail {inherit (pkgs) lib;}; - } ]; }; devShells."${system}" = { @@ -54,3 +51,4 @@ }; } # vim: ts=2 + |