From 8bc67dcb238d5299aa1d767ecdacaeae8fa94e4f Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 28 May 2022 22:08:51 +0200 Subject: [PATCH] modules: don't deploy motd on containers --- modules/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/default.nix b/modules/default.nix index 7eef0ea..5f1ec11 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -32,7 +32,6 @@ in rec { enterprise maintenance minimal - motd system-info ]; @@ -45,6 +44,7 @@ in rec { deploy-rs-receiver fail2ban monitoring + motd nix-config-server system-recovery ] ++ base ++ networking;