summaryrefslogtreecommitdiff
path: root/hosts/laptop
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/laptop')
-rw-r--r--hosts/laptop/configuration.nix9
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;