mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-13 03:37:18 +00:00
Enables openssh by default on nixos machines
This commit is contained in:
parent
a2813f85d8
commit
ceeb569491
1 changed files with 2 additions and 0 deletions
|
@ -18,5 +18,7 @@
|
||||||
|
|
||||||
services.udev.enable = true;
|
services.udev.enable = true;
|
||||||
|
|
||||||
|
services.openssh.enable = true;
|
||||||
|
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue