Update home-manager and nixos versions
This commit is contained in:
parent
e3a8bbe853
commit
2073868189
5 changed files with 6 additions and 8 deletions
|
|
@ -160,7 +160,7 @@
|
|||
};
|
||||
|
||||
systemStateVersion = lib.mkOption {
|
||||
example = "24.05";
|
||||
example = "24.11";
|
||||
default = "23.05";
|
||||
type = lib.types.str;
|
||||
description = ''
|
||||
|
|
@ -168,7 +168,7 @@
|
|||
'';
|
||||
};
|
||||
homeStateVersion = lib.mkOption {
|
||||
default = "24.05";
|
||||
default = "24.11";
|
||||
example = "23.05";
|
||||
type = lib.types.str;
|
||||
description = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue