summary refs log tree commit diff
path: root/services
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-08-31 17:24:03 +0200
committerMel <mel@rnrd.eu>2025-08-31 17:24:03 +0200
commitfcbc0446f11b8555c1204081c23fbd1442534aa0 (patch)
tree4479bef5a2bd80987add6c34440fee4ba894abed /services
parent72ed2e170f32698f8a8596532c1d7655591267c3 (diff)
downloadnetwork-fcbc0446f11b8555c1204081c23fbd1442534aa0.tar.zst
network-fcbc0446f11b8555c1204081c23fbd1442534aa0.zip
Clean up & integrate service network configuration into foundation module
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'services')
-rw-r--r--services/home-assistant.nix2
-rw-r--r--services/transmission.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/services/home-assistant.nix b/services/home-assistant.nix
index db49388..e356c46 100644
--- a/services/home-assistant.nix
+++ b/services/home-assistant.nix
@@ -21,7 +21,7 @@ in
       fullImage = homeImage;
       # give home-assistant control over the device network
       # stack to auto-discover devices on the network.
-      customNetwork = "host";
+      customNetworkOption = "host";
       # allow home-assistant to access zigbee/matter+thread
       # dongle.
       devices = [ "/dev/serial/by-id/usb-SMLIGHT_SMLIGHT_SLZB-07_6e29216e5272ef119d2f43848fcc3fa0-if00-port0" ];
diff --git a/services/transmission.nix b/services/transmission.nix
index ec98177..01bd1f6 100644
--- a/services/transmission.nix
+++ b/services/transmission.nix
@@ -57,7 +57,7 @@ in
         "--config-dir" "/var/lib/transmission/config"
       ];
 
-      customNetwork = "container:vpn";
+      customNetworkOption = "container:vpn";
     };
 
     vpn = {