🚚 (hydrogen) move openssh from system to services

This commit is contained in:
Laureηt 2023-12-30 18:21:56 +01:00
parent fb9e115145
commit 336da0f8e6
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI
3 changed files with 2 additions and 1 deletions

View file

@ -4,5 +4,6 @@
./atuin ./atuin
./gitea ./gitea
./nginx ./nginx
./ssh
]; ];
} }

View file

@ -10,11 +10,11 @@
imports = [ imports = [
(modulesPath + "/installer/scan/not-detected.nix") (modulesPath + "/installer/scan/not-detected.nix")
(modulesPath + "/profiles/qemu-guest.nix") (modulesPath + "/profiles/qemu-guest.nix")
./boot ./boot
./disko ./disko
./networking ./networking
./packages ./packages
./ssh
./users ./users
]; ];
} }