From 411d43196754e0a352ee58f8ec9202bbd878c9e2 Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Sun, 17 Sep 2023 17:46:52 +0300 Subject: [PATCH] removing iso import --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 585a47b..bd62d70 100644 --- a/flake.nix +++ b/flake.nix @@ -36,8 +36,6 @@ mailserver = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ - (nixpkgs - + "/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix") simple-nixos-mailserver.nixosModule ./sys/mailserver ];