diff options
author | ene <ene@sils.li> | 2023-01-17 08:44:06 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-01-17 08:44:06 +0100 |
commit | a1166786c73fc1609c96a1eb27794c3641705ccd (patch) | |
tree | 5e069fa8fa1f026e8498e6cd7d61616b1f79d630 | |
parent | Feat: Added a nice motd through rust-motd (diff) | |
download | nixos-server-a1166786c73fc1609c96a1eb27794c3641705ccd.tar.gz nixos-server-a1166786c73fc1609c96a1eb27794c3641705ccd.zip |
Fix: typo in programs field
-rw-r--r-- | services/rust-motd.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/rust-motd.nix b/services/rust-motd.nix index 365958e..9c2c23e 100644 --- a/services/rust-motd.nix +++ b/services/rust-motd.nix @@ -1,5 +1,5 @@ { config, pkgs, ... }: { - progams.rust-motd = { + programs.rust-motd = { enable = true; enableMotdInSSHD = true; refreshInterval = |