feat: manage stateVersion through hostHelper

This commit is contained in:
Ranomier 2025-05-04 20:52:04 +02:00
parent bf19849309
commit 14dfeec55f
5 changed files with 19 additions and 46 deletions

View file

@ -15,9 +15,10 @@ in {
# NixOS configuration entrypoint
# Available through 'nixos-rebuild --flake .#your-hostname'
nixosConfigurations = builtins.mapAttrs (hostName: hostOptions: (hostHelper hostName hostOptions)) {
crocoite = {};
game-luanti = {unstable = true;};
#jitsi = {};
crocoite = {stateVersion = "24.05";};
jitsi = {stateVersion = "24.11";};
game-luanti = {stateVersion = "25.05"; unstable = true;};
};