add config block
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
./hardware-configuration.nix
|
||||
./diskco.nix
|
||||
];
|
||||
|
||||
config = {
|
||||
# Bootloader.
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.device = "/dev/sda";
|
||||
@@ -162,5 +162,5 @@ fi
|
||||
# Before changing this value read the documentation for this option
|
||||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||
system.stateVersion = "24.11"; # Did you read the comment?
|
||||
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user