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