tftp addresses

This commit is contained in:
Daniel Barlow 2024-05-07 17:50:34 +01:00
parent aa4b09da85
commit b4068da9fe
1 changed files with 3 additions and 5 deletions

View File

@ -18,8 +18,8 @@
in rec { in rec {
boot = { boot = {
tftp = { tftp = {
serverip = "192.168.8.148"; serverip = "10.0.0.1";
ipaddr = "192.168.8.251"; ipaddr = "10.0.0.8";
}; };
}; };
@ -124,9 +124,7 @@ in rec {
users.root = { users.root = {
passwd = lib.mkForce secrets.root.passwd; passwd = lib.mkForce secrets.root.passwd;
# openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = secrets.root.keys;
# (builtins.readFile "/home/dan/.ssh/id_rsa.pub")
# ];
}; };
users.backup = { users.backup = {