fix(virt): set initial root password
This commit is contained in:
parent
e55ee31bd5
commit
54b564f8d3
1 changed files with 1 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue