unnecessary now
This commit is contained in:
parent
7e9a24d1fd
commit
3354984763
1 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue