stateVersion synced across all configurations

This commit is contained in:
Fabian Montero 2024-12-02 12:27:11 -06:00
parent a38110ee55
commit 80e5a5e8a6
Signed by: fabian
GPG key ID: 1FFAC35E1798174F
4 changed files with 3 additions and 3 deletions

View file

@ -14,6 +14,8 @@ in {
xdg.enable = true;
home = {
stateVersion = "24.05"; # DO NOT CHANGE
packages = with pkgs; [
calc
file

View file

@ -74,7 +74,6 @@
virt-manager
];
stateVersion = "21.11"; # DO NOT CHANGE
username = "fabian";
homeDirectory = "/home/fabian";
};

View file

@ -38,7 +38,6 @@ with lib; {
packages = with pkgs; [
];
stateVersion = "24.05"; # DO NOT CHANGE
username = "fabian";
homeDirectory = "/home/fabian";
};

View file

@ -110,5 +110,5 @@
enableNotifications = true;
};
system.stateVersion = "21.11"; # No tocar esto
system.stateVersion = "24.05"; # DO NOT CHANGE
}