new interface vars and update base nix api
This commit is contained in:
@@ -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!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user