unnecessary now

This commit is contained in:
Osman Faruk Bayram 2025-02-05 00:35:51 +03:00
parent 7e9a24d1fd
commit 3354984763

View file

@ -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
}