stateVersion synced across all configurations
This commit is contained in:
parent
a38110ee55
commit
1d15f846e2
|
@ -14,6 +14,8 @@ in {
|
|||
xdg.enable = true;
|
||||
|
||||
home = {
|
||||
stateVersion = "24.05"; # DO NOT CHANGE
|
||||
|
||||
packages = with pkgs; [
|
||||
calc
|
||||
file
|
||||
|
|
|
@ -74,7 +74,6 @@
|
|||
virt-manager
|
||||
];
|
||||
|
||||
stateVersion = "21.11"; # DO NOT CHANGE
|
||||
username = "fabian";
|
||||
homeDirectory = "/home/fabian";
|
||||
};
|
||||
|
|
|
@ -110,5 +110,5 @@
|
|||
enableNotifications = true;
|
||||
};
|
||||
|
||||
system.stateVersion = "21.11"; # No tocar esto
|
||||
system.stateVersion = "24.05"; # DO NOT CHANGE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue