fix(virt): set initial root password

This commit is contained in:
Khaïs COLIN 2024-08-31 12:29:36 +02:00
parent e55ee31bd5
commit 54b564f8d3

View file

@ -37,6 +37,7 @@ in
boot.tmp.cleanOnBoot = true;
zramSwap.enable = true;
networking.hostName = "quasar";
users.users.root.initialPassword = "asunarovow";
networking.domain = "";
nix.allowedUsers = [ "@wheel" "root" ];
system.stateVersion = "23.11";