From a3397efcd7aba4520d4555761b574f7ee807486e Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 31 May 2022 21:16:42 +0200 Subject: [PATCH] modules: no system-info in containers --- modules/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/default.nix b/modules/default.nix index aa9343d..45c50a6 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -33,7 +33,6 @@ in rec { enterprise maintenance minimal - system-info ]; networking = [ @@ -47,6 +46,7 @@ in rec { monitoring motd nix-config-server + system-info system-recovery tested ] ++ base ++ networking;