Add ssh service for cherry

This commit is contained in:
Riley Apeldoorn 2023-06-19 17:48:38 +02:00
parent 611930210d
commit 00c40b1f83
1 changed files with 5 additions and 0 deletions

View File

@ -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