summary refs log tree commit diff stats
path: root/services/rust-motd.nix
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-01-17 08:44:06 +0100
committerene <ene@sils.li>2023-01-17 08:44:06 +0100
commita1166786c73fc1609c96a1eb27794c3641705ccd (patch)
tree5e069fa8fa1f026e8498e6cd7d61616b1f79d630 /services/rust-motd.nix
parentFeat: Added a nice motd through rust-motd (diff)
downloadnixos-server-a1166786c73fc1609c96a1eb27794c3641705ccd.tar.gz
nixos-server-a1166786c73fc1609c96a1eb27794c3641705ccd.zip
Fix: typo in programs field
Diffstat (limited to 'services/rust-motd.nix')
-rw-r--r--services/rust-motd.nix2
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 =