···9494 values:
9595 - defaultSettings:
9696 defaultDataPath: /var/lib/longhorn
9797- # One replica per zone (cloud-ovhcloud, cloud-netcup, home); soft
9898- # zone affinity spreads across providers.
9797+ # One replica per zone (cloud, home); soft zone affinity spreads
9898+ # across providers.
9999 defaultReplicaCount: 3
100100 replicaSoftAntiAffinity: false
101101 replicaZoneSoftAntiAffinity: true
+1-1
nix/hosts/pastoria.nix
···6060 myK3s = {
6161 role = "server";
6262 serverAddr = "https://eterna:6443";
6363- zone = "cloud-ovhcloud";
6363+ zone = "cloud";
6464 ingress = true;
6565 };
6666
+1-1
nix/hosts/snowpoint.nix
···6565 myK3s = {
6666 role = "server";
6767 serverAddr = "https://pastoria:6443";
6868- zone = "cloud-netcup";
6868+ zone = "cloud";
6969 ingress = true;
7070 };
7171
+1-1
nix/nixos/profiles/k3s.nix
···3636 zone = lib.mkOption {
3737 type = lib.types.nullOr lib.types.str;
3838 default = null;
3939- example = "cloud-hetzner";
3939+ example = "cloud";
4040 };
41414242 ingress = lib.mkEnableOption "cute.haus/ingress=true node label";