This commit is contained in:
2026-01-15 23:11:54 -06:00
parent f4f69a4a25
commit 574b2c058b

View File

@@ -74,7 +74,7 @@
};
};
/*unbound = {
unbound = {
enable = true;
settings = {
@@ -109,11 +109,11 @@
];
};
};*/
};
};
/*users.users."root" = {
users.users."root" = {
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICe6Ito5m9c4Tij8zI74L8hnd/QRchEO/cc5CH94mjMC nathan@homebox"
];
@@ -131,7 +131,7 @@
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
};
};*/
};
system.stateVersion = "25.05";
};