mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
make ssh socket-activate
This commit is contained in:
parent
f4a7bae858
commit
c9c4dd0ce8
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ in
|
|||
|
||||
(mkIf (cfg == "server") {
|
||||
services.openssh.enable = true;
|
||||
services.openssh.startWhenNeeded = true;
|
||||
documentation.nixos.enable = false;
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
|
|
Loading…
Reference in a new issue