new interface vars and update base nix api
This commit is contained in:
+2
-1
@@ -3,6 +3,7 @@ with lib;
|
|||||||
{
|
{
|
||||||
# CLIENT SPECIFIC IMPORTS
|
# CLIENT SPECIFIC IMPORTS
|
||||||
imports = [
|
imports = [
|
||||||
|
./service-zrepl.nix
|
||||||
./zfs-management.nix
|
./zfs-management.nix
|
||||||
./nfs-mount.nix
|
./nfs-mount.nix
|
||||||
./keepalived.nix
|
./keepalived.nix
|
||||||
@@ -18,7 +19,7 @@ with lib;
|
|||||||
vars.interfaces = [""];
|
vars.interfaces = [""];
|
||||||
# DO NOT TOUCH!!!!!!!!!!!!!!!!!!!!!!!!!!
|
# DO NOT TOUCH!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
# For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion .
|
# 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!!!!!!!!!!!!!!!!!!!!!!!!!!
|
# DO NOT TOUCH!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user