diff options
| author | Franck Cuny <franck@fcuny.net> | 2026-01-24 17:54:51 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2026-01-24 17:54:51 -0800 |
| commit | 3701b8631a5c3e9c7992415f9e3fe1a3af77bbce (patch) | |
| tree | 5184c86a477d18e17fcb44cc63a2e802e6e8a88e /profiles | |
| parent | backup persisted data (diff) | |
| download | infra-3701b8631a5c3e9c7992415f9e3fe1a3af77bbce.tar.gz | |
Diffstat (limited to '')
| -rw-r--r-- | profiles/authelia.nix | 2 | ||||
| -rw-r--r-- | profiles/monitoring.nix | 2 | ||||
| -rw-r--r-- | profiles/wireguard.nix | 7 |
3 files changed, 6 insertions, 5 deletions
diff --git a/profiles/authelia.nix b/profiles/authelia.nix index d07651d..c83af67 100644 --- a/profiles/authelia.nix +++ b/profiles/authelia.nix @@ -23,7 +23,7 @@ }; environment.persistence."/persist/save".directories = [ - config.services.authelia.instances.main.settings.storage.local.path + "/var/lib/authelia-main" ]; networking.firewall.allowedTCPPorts = [ 9092 ]; diff --git a/profiles/monitoring.nix b/profiles/monitoring.nix index a203078..ad0629e 100644 --- a/profiles/monitoring.nix +++ b/profiles/monitoring.nix @@ -75,7 +75,7 @@ ]; environment.persistence."/persist".directories = [ - config.services.victoriametrics.stateDir + "/var/lib/private/victoriametrics" config.services.grafana.dataDir ]; diff --git a/profiles/wireguard.nix b/profiles/wireguard.nix index 5620699..9abb7ea 100644 --- a/profiles/wireguard.nix +++ b/profiles/wireguard.nix @@ -17,14 +17,15 @@ let publicKey = hostConfigurations.argonath.wgPublicKey; endpoint = "157.230.146.234"; }; - rivendell = { + framebox = { ip = 60; - publicKey = hostConfigurations.rivendell.wgPublicKey; + publicKey = hostConfigurations.framebox.wgPublicKey; endpoint = "192.168.1.114"; }; test = { ip = 41; - publicKey = hostConfigurations.rivendell.wgPublicKey; + publicKey = hostConfigurations.framebox.wgPublicKey; + endpoint = "192.168.1.33"; }; }; |
