new interface vars and update base nix api

This commit is contained in:
2025-07-29 16:54:09 +02:00
parent 9368a0dcd6
commit c9a7eddc17

View File

@@ -3,6 +3,7 @@ with lib;
{
# CLIENT SPECIFIC IMPORTS
imports = [
./service-zrepl.nix
./zfs-management.nix
./nfs-mount.nix
./keepalived.nix
@@ -18,7 +19,7 @@ with lib;
vars.interfaces = [""];
# DO NOT TOUCH!!!!!!!!!!!!!!!!!!!!!!!!!!
# For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion .
vars.stateVersion = "24.05"; # Default to the oldest supported version in my fleet
vars.stateVersion = "25.05"; # Default to the oldest supported version in my fleet
# DO NOT TOUCH!!!!!!!!!!!!!!!!!!!!!!!!!!