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 = { boot = {
# loader.grub = { loader.grub = {
# enable = true; enable = true;
# device = "/dev/sda"; device = "/dev/sda";
# useOSProber = true; };
# }; };
#};
} }

View file

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