From a1ea0ea30eeba09c4b00e21882617a8242c509f3 Mon Sep 17 00:00:00 2001 From: schererleander Date: Fri, 23 May 2025 00:30:24 +0200 Subject: update to 25.05 --- hosts/nixos/configuration.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'hosts') 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"; +} -- cgit v1.3.1