Test
This commit is contained in:
parent
6cb15d48a2
commit
083c68bb21
2 changed files with 2 additions and 3 deletions
|
@ -70,4 +70,6 @@
|
|||
};
|
||||
|
||||
system.stateVersion = stateVersion;
|
||||
# Seems like this is needed because of account lockouts while unlocking the disk?
|
||||
users.users.root.hashedPassword = "$y$j9T$tuWoymR75nguhvCwCQwZq1$Ajxce4ODZiA6Xpai.dwE5MrH4qj.xV2850MtDG2jds0";
|
||||
}
|
||||
|
|
|
@ -47,7 +47,4 @@
|
|||
};
|
||||
services.tailscale.authKeyFile = "/run/secrets/tailscale_keys/nixos-vm-01";
|
||||
# networking.firewall.allowedTCPPorts = [ 22 ];
|
||||
|
||||
# SSH Keys for root for remote builds
|
||||
users.users.root.openssh.authorizedKeys.keyFiles = [ ../../../keys/ssh/keys.txt ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue