nixy: enable etc overlay and nixos-init; set initial user pass

This commit is contained in:
2025-12-02 16:38:31 +01:00
parent c28eac7e5e
commit 80b587e7fd

View File

@@ -14,8 +14,8 @@ in
system = {
stateVersion = "23.05";
autoUpgrade.enable = false;
#etc.overlay.enable = true;
#nixos-init.enable = true;
etc.overlay.enable = true;
nixos-init.enable = true;
};
sops = {
@@ -642,6 +642,7 @@ in
users.users.${USER} = {
isNormalUser = true;
initialHashedPassword = "$y$j9T$XGffGsmN/u.wO5wZ.cBml/$9iCw3eWY0GSUH/aA8ESCAxKeTCAMqY21XQF7b5ujxD6";
shell = pkgs.zsh;
extraGroups = [
"adbusers"