summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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 =