diff options
author | ene <ene@sils.li> | 2023-01-17 08:34:49 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-01-17 08:34:49 +0100 |
commit | b5b56d4f82b87ae7ed072fc7f9c85125c76aa2b9 (patch) | |
tree | c5f955ab73fba48b6f33a3374279e49e98e35f58 /configuration.nix | |
parent | Merge pull request 'Fix: Import pkgs and improve security' (#8) from server1_... (diff) | |
download | nixos-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.nix | 2 |
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; |