From 3e3eaafbe423a866c12467e3f094feab2fd5b390 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Wed, 6 Sep 2023 16:58:54 +0200 Subject: [PATCH] frigate: Remove some unused configuration --- machines/frigate/configuration.nix | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/machines/frigate/configuration.nix b/machines/frigate/configuration.nix index f1c145d..a2cf91f 100644 --- a/machines/frigate/configuration.nix +++ b/machines/frigate/configuration.nix @@ -24,23 +24,7 @@ system.configurationRevision = self.inputs.nixpkgs.lib.mkIf (self ? rev) self.rev; - networking = { - # hostName = "gitea"; - # useDHCP = false; - - # interfaces = { - # eth0 = { - # ipv4.addresses = [ - # { - # address = "10.0.0.204"; - # prefixLength = 24; - # } - # ]; - # }; - # }; - - # defaultGateway = "10.0.0.1"; - }; + networking = { }; proxmoxLXC = { privileged = true;