diff options
Diffstat (limited to 'profiles/server.nix')
| -rw-r--r-- | profiles/server.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
