feat: set initialPassword

This commit is contained in:
Ahwx 2025-08-02 12:39:09 +02:00
parent ff942eb88a
commit b4e6c45ca5

View file

@ -57,6 +57,7 @@
"wheel" "wheel"
]; ];
shell = pkgs.zsh; shell = pkgs.zsh;
initialPassword = "temporary-password";
}; };
nix.settings.allowed-users = [ "${username}" ]; nix.settings.allowed-users = [ "${username}" ];
} }