summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-07-03 15:10:14 +0200
committerSoispha <soispha@vhack.eu>2023-07-03 18:21:52 +0200
commit32ab086bd17930fe6e43e7c193a0c86038676c58 (patch)
treeb09c233da35fc8424b8288a78ed660d757c38b23 /flake.nix
parentBuild(flake): Update (diff)
downloadnixos-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.nix4
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
+