diff options
author | Soispha <soispha@vhack.eu> | 2023-07-03 15:11:52 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-03 18:32:55 +0200 |
commit | a1758ed5f7bd536515597195d7e40c3209f2392c (patch) | |
tree | 30d4417fdd09be0437094308840b0b1b081cf3ff /system/services | |
parent | Fix(system/services/openssh): Rename to 'openssh' as the 'd' is a typo (diff) | |
download | nixos-server-a1758ed5f7bd536515597195d7e40c3209f2392c.tar.gz nixos-server-a1758ed5f7bd536515597195d7e40c3209f2392c.zip |
Fix(system): Import everything
Diffstat (limited to '')
-rw-r--r-- | system/services/default.nix | 2 |
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 ]; } |