Compare commits

..

No commits in common. "94b414bab9ea22078f01a5dca469f340846ac677" and "ff942eb88a369e9e9b9f8206e241f53ab2473586" have entirely different histories.

2 changed files with 6 additions and 8 deletions

View file

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

View file

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