From 9f24d100f4948bfea1eff985e4d8ed74072f94b4 Mon Sep 17 00:00:00 2001 From: Vivian Roest Date: Tue, 20 Aug 2024 21:28:30 +0200 Subject: [PATCH] disable attic, unifi --- nixos/hosts/hades/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/hosts/hades/default.nix b/nixos/hosts/hades/default.nix index b4e3c335..f9e9f104 100644 --- a/nixos/hosts/hades/default.nix +++ b/nixos/hosts/hades/default.nix @@ -17,6 +17,7 @@ "unifi" = { ip = "192.168.0.101"; mac = "5a:00:b7:6c:d1:e2"; + nix = false; }; "jellyfin" = { ip = "192.168.0.102"; @@ -135,6 +136,7 @@ "attic" = { ip = "192.168.0.128"; mac = "9E:AF:E9:FE:D4:D9"; + nix = false; exposes.attic = { domain = "attic.xirion.net"; port = 8080;