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 = {
|
#boot = {
|
||||||
loader.grub = {
|
# loader.grub = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
device = "/dev/sda";
|
# device = "/dev/sda";
|
||||||
};
|
# useOSProber = true;
|
||||||
};
|
# };
|
||||||
|
#};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -57,6 +57,7 @@
|
||||||
"wheel"
|
"wheel"
|
||||||
];
|
];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
|
initialPassword = "temporary-password";
|
||||||
};
|
};
|
||||||
nix.settings.allowed-users = [ "${username}" ];
|
nix.settings.allowed-users = [ "${username}" ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue