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 15:12:58 +0200
commitdacf980342f91654768a37926b23633846d8bb2f (patch)
tree9dca8583e1616ee836fd78744632d3eeee7f48b5 /flake.nix
parentFix(system/services/openssh): Rename to 'openssh' as the 'd' is a typo (diff)
downloadnixos-server-dacf980342f91654768a37926b23633846d8bb2f.tar.gz
nixos-server-dacf980342f91654768a37926b23633846d8bb2f.zip
Refactor(system/services/mail): Move mail to services as it's one
Diffstat (limited to '')
-rw-r--r--flake.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 644fa4b..0cf5609 100644
--- a/flake.nix
+++ b/flake.nix
@@ -48,9 +48,6 @@
       modules = [
         ./hosts/server1/configuration.nix
         simple-nixos-mailserver.nixosModule
-        {
-          mailserver = import ./system/mail {inherit (pkgs) lib;};
-        }
         disko.nixosModules.default
         impermanence.nixosModules.impermanence
       ];