From 335498476371948fce476bcdd1424fc5c967ea9b Mon Sep 17 00:00:00 2001 From: osbm Date: Wed, 5 Feb 2025 00:35:51 +0300 Subject: [PATCH] unnecessary now --- hosts/tartarus/configuration.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/hosts/tartarus/configuration.nix b/hosts/tartarus/configuration.nix index 25853a6..f494332 100644 --- a/hosts/tartarus/configuration.nix +++ b/hosts/tartarus/configuration.nix @@ -2,9 +2,7 @@ config, pkgs, ... -}: let - stateVersion = "24.05"; -in { +}: { imports = [ ./hardware-configuration.nix ../../modules @@ -55,5 +53,5 @@ in { environment.systemPackages = with pkgs; [ ]; - system.stateVersion = stateVersion; # Did you read the comment? + system.stateVersion = "24.05"; # lalalalala }