This commit is contained in:
iFargle 2023-09-28 21:32:38 +09:00
parent 6cb15d48a2
commit 083c68bb21
2 changed files with 2 additions and 3 deletions

View file

@ -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";
}

View file

@ -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 ];
}