From 67d6d1a58ac671eb4113c0b32af0a72a006b818f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 27 Jul 2025 19:23:14 -0700 Subject: add MOTD for servers --- profiles/server.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'profiles') diff --git a/profiles/server.nix b/profiles/server.nix index 3bcd529..ae46bce 100644 --- a/profiles/server.nix +++ b/profiles/server.nix @@ -2,12 +2,14 @@ config, lib, pkgs, + self, ... }: { imports = [ ./default.nix + "${self}/modules/motd.nix" ]; # Virtualization settings -- cgit v1.2.3