mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
Compare commits
No commits in common. "94b414bab9ea22078f01a5dca469f340846ac677" and "ff942eb88a369e9e9b9f8206e241f53ab2473586" have entirely different histories.
94b414bab9
...
ff942eb88a
2 changed files with 6 additions and 8 deletions
|
|
@ -39,11 +39,10 @@
|
|||
];
|
||||
};
|
||||
|
||||
#boot = {
|
||||
# loader.grub = {
|
||||
# enable = true;
|
||||
# device = "/dev/sda";
|
||||
# useOSProber = true;
|
||||
# };
|
||||
#};
|
||||
boot = {
|
||||
loader.grub = {
|
||||
enable = true;
|
||||
device = "/dev/sda";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -57,7 +57,6 @@
|
|||
"wheel"
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
initialPassword = "temporary-password";
|
||||
};
|
||||
nix.settings.allowed-users = [ "${username}" ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue