summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-07-03 15:11:52 +0200
committerSoispha <soispha@vhack.eu>2023-07-03 18:32:55 +0200
commita1758ed5f7bd536515597195d7e40c3209f2392c (patch)
tree30d4417fdd09be0437094308840b0b1b081cf3ff /system
parentFix(system/services/openssh): Rename to 'openssh' as the 'd' is a typo (diff)
downloadnixos-server-a1758ed5f7bd536515597195d7e40c3209f2392c.tar.gz
nixos-server-a1758ed5f7bd536515597195d7e40c3209f2392c.zip
Fix(system): Import everything
Diffstat (limited to '')
-rw-r--r--system/services/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/services/default.nix b/system/services/default.nix
index 3633dbe..13e1c0a 100644
--- a/system/services/default.nix
+++ b/system/services/default.nix
@@ -7,7 +7,7 @@
     ./nginx
     ./nix
     ./nix-sync
-    ./opensshd
+    ./openssh
     ./rust-motd
   ];
 }