This commit is contained in:
2024-08-22 00:14:51 +00:00
parent c1cb9a5da6
commit 419e87bf80
+12
View File
@@ -33,6 +33,18 @@
# Set the system version
system.stateVersion = "unstable";
# add nameserver to be able to resolve names in local network
networking = {
nameservers = [ "192.168.1.1" ];
search = [ "lan" ];
domain = "lan";
};
# Enable OpenSSH
services.sshd.enable = true;
services.openssh.enable = true;