Compare commits

..

4 commits

2 changed files with 8 additions and 6 deletions

View file

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

View file

@ -57,6 +57,7 @@
"wheel"
];
shell = pkgs.zsh;
initialPassword = "temporary-password";
};
nix.settings.allowed-users = [ "${username}" ];
}