diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/nixos/configuration.nix | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/hosts/nixos/configuration.nix b/hosts/nixos/configuration.nix index 6a8e775..4eb9afc 100644 --- a/hosts/nixos/configuration.nix +++ b/hosts/nixos/configuration.nix @@ -1,14 +1,13 @@ -{ config, pkgs, ...}: +{ config, pkgs, ... }: { - imports = [ ./hardware-configuration.nix ./audio.nix ./wooting.nix ]; - # Bootloader. + # Bootloader boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; @@ -66,5 +65,5 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ]; nixpkgs.config.allowUnfree = true; - system.stateVersion = "24.11"; -}
\ No newline at end of file + system.stateVersion = "25.05"; +} |
