diff options
| author | adikro <adikro@disroot.org> | 2026-02-12 00:41:07 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-02-12 00:41:07 +0100 |
| commit | 1ff6f0eb48961e6482ec1b7d0dd9b606e85ddc79 (patch) | |
| tree | 62099e5c57c7ffe92777f800ec45ee5d68a16ecf /hosts/laptop/configuration.nix | |
| parent | 233e5fb7d43a0736857ee6b9f74967f03b73837c (diff) | |
disko and bootloader changes
Diffstat (limited to 'hosts/laptop/configuration.nix')
| -rw-r--r-- | hosts/laptop/configuration.nix | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 304302d..a6c6b56 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -1,4 +1,5 @@ -{username, ...}: { +{ username, ... }: +{ system.stateVersion = "25.05"; imports = [ @@ -13,8 +14,10 @@ audio.enable = true; bootloader = { type = "grub"; - useOSProber = true; - grubDevice = "nodev"; + grub = { + useOSProber = true; + defaultEntry = 2; + }; }; drivers = { enable = true; |
