Add ssh service for cherry
This commit is contained in:
parent
611930210d
commit
00c40b1f83
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@
|
|||
interfaces.eth0.useDHCP = true;
|
||||
};
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings.PasswordAuthentication = false;
|
||||
};
|
||||
|
||||
nix = {
|
||||
# TODO: Set up strawberry as a substituter
|
||||
# TODO: Set up nixbuild.net
|
||||
|
|
Loading…
Reference in a new issue