chore: merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
Ahwx 2025-08-02 12:39:59 +02:00
commit 94b414bab9

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