summary refs log tree commit diff stats
path: root/configuration.nix
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-01-17 08:34:49 +0100
committerene <ene@sils.li>2023-01-17 08:34:49 +0100
commitb5b56d4f82b87ae7ed072fc7f9c85125c76aa2b9 (patch)
treec5f955ab73fba48b6f33a3374279e49e98e35f58 /configuration.nix
parentMerge pull request 'Fix: Import pkgs and improve security' (#8) from server1_... (diff)
downloadnixos-server-b5b56d4f82b87ae7ed072fc7f9c85125c76aa2b9.tar.gz
nixos-server-b5b56d4f82b87ae7ed072fc7f9c85125c76aa2b9.zip
Feat: Added a nice motd through rust-motd
I'm not sure if this is really helpful
Diffstat (limited to '')
-rw-r--r--configuration.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix
index 600201d..b92d72a 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -3,7 +3,9 @@
     ./hardware-configuration.nix
     ./packages.nix
     ./networking.nix # network configuration that just works
+
     ./services/minecraft.nix
+    ./services/rust-motd.nix
   ];
 
   boot.cleanTmpDir = true;