From 282a02d55c560e72dd25344af9190f2be1c0bce7 Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Wed, 29 Oct 2025 12:50:12 +0100 Subject: [PATCH] fix missing lines in server module --- modules/flake-module.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/flake-module.nix b/modules/flake-module.nix index 565a96c..ae1638d 100644 --- a/modules/flake-module.nix +++ b/modules/flake-module.nix @@ -16,6 +16,9 @@ nextcloud.imports = [ ./nextcloud.nix ]; server.imports = [ + ./motd.nix + ]; + common.imports = [ { users.mutableUsers = lib.mkDefault false;