trying to get this shit to build

This commit is contained in:
Bryan Ramos 2023-06-06 16:26:04 -04:00
parent 1861c3e6e6
commit 375a6dc02f
17 changed files with 111 additions and 115 deletions

View file

@ -80,7 +80,7 @@
# Networking
networking = {
hostName = "socratesV2";
hostName = "socrates";
useDHCP = lib.mkDefault true;
networkmanager.enable = true;
firewall = {
@ -93,7 +93,7 @@
enable = true;
startWhenNeeded = true;
settings = {
permitRootLogin = false;
# permitRootLogin = false;
X11Forwarding = true;
PasswordAuthentication = false;
};