aboutsummaryrefslogtreecommitdiff
path: root/hosts/nixos/configuration.nix
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-05-23 00:30:24 +0200
committerschererleander <leander@schererleander.de>2025-05-23 00:30:24 +0200
commita1ea0ea30eeba09c4b00e21882617a8242c509f3 (patch)
tree1fbdb636492b86cf629ca60534f827f63a7e4457 /hosts/nixos/configuration.nix
parent355d5e94a52384c6dd39b64755bca3b8e8a76811 (diff)
update to 25.05
Diffstat (limited to 'hosts/nixos/configuration.nix')
-rw-r--r--hosts/nixos/configuration.nix9
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";
+}