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;