task | add vps target for nixos-anywhere

This commit is contained in:
Don Harper 2024-10-12 17:51:20 -05:00
parent 98e053689e
commit 90f4982bd8
4 changed files with 10 additions and 3 deletions

View file

@ -48,7 +48,7 @@
];
users.users.root = {
initialPassword = "d4u5c3k";
initialPassword = "changeme";
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINd8AdVbQQ/Fmw+b9mI8EMYqIoRkwmSwAOtmlte3incL don@loki"
];