Compare commits

...

4 commits

2 changed files with 8 additions and 6 deletions

View file

@ -39,10 +39,11 @@
]; ];
}; };
boot = { #boot = {
loader.grub = { # loader.grub = {
enable = true; # enable = true;
device = "/dev/sda"; # device = "/dev/sda";
}; # useOSProber = true;
}; # };
#};
} }

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