🚚 (hydrogen) move openssh from system to services
This commit is contained in:
parent
fb9e115145
commit
336da0f8e6
|
@ -4,5 +4,6 @@
|
||||||
./atuin
|
./atuin
|
||||||
./gitea
|
./gitea
|
||||||
./nginx
|
./nginx
|
||||||
|
./ssh
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue