Add ssh service for cherry

This commit is contained in:
Riley Apeldoorn 2023-06-19 17:48:38 +02:00
parent 611930210d
commit 00c40b1f83

View file

@ -10,6 +10,11 @@
interfaces.eth0.useDHCP = true; interfaces.eth0.useDHCP = true;
}; };
services.openssh = {
enable = true;
settings.PasswordAuthentication = false;
};
nix = { nix = {
# TODO: Set up strawberry as a substituter # TODO: Set up strawberry as a substituter
# TODO: Set up nixbuild.net # TODO: Set up nixbuild.net