update stateVersion

This commit is contained in:
Dmitriy Kholkin 2024-06-17 19:48:55 +03:00
parent fcd0d05ec8
commit e11b278cf9
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2
5 changed files with 6 additions and 6 deletions

View File

@ -115,7 +115,7 @@
container_always_pull="1"
container_manager="podman"
'';
home.stateVersion = "23.05";
home.stateVersion = "24.05";
};
services.ollama = {

View File

@ -47,7 +47,7 @@
pkgs.moonlight-qt
];
home.stateVersion = "23.05";
home.stateVersion = "24.05";
};
system.stateVersion = "23.05";
}

View File

@ -186,7 +186,7 @@ in {
smartmontools
];
xdg.mime.enable = false;
home.stateVersion = "22.11";
home.stateVersion = "24.05";
};
system.stateVersion = "22.11";
system.stateVersion = "24.05";
}

View File

@ -28,7 +28,7 @@
rejectPackets = false;
};
};
system.stateVersion = "22.11";
system.stateVersion = "24.11";
};
};
}

View File

@ -44,7 +44,7 @@ with config.deviceSpecific; {
"/var/lib/nixos"
"/var/lib/systemd"
] ++ lib.optionals config.services.postgresql.enable [
config.services.postgresql.dataDir
"/var/lib/postgresql"
] ++ lib.optionals config.services.mysql.enable [
config.services.mysql.dataDir
];