feat: add initialdeploy hashed password to root

This commit is contained in:
Adrian G L
2026-05-20 15:31:30 +02:00
parent 30ec70fa5f
commit 18e795abdc
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,5 @@
# Let's not spam LetsEncrypt in `nixos-rebuild build-vm` mode:
virtualisation.vmVariant = {
security.acme.defaults.server = "https://127.0.0.1";
users.users.root.initialPassword = "root";
};
}