frigate: Remove some unused configuration

This commit is contained in:
Erwin Boskma 2023-09-06 16:58:54 +02:00
parent 9ddb1f47af
commit 3e3eaafbe4
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg

View file

@ -24,23 +24,7 @@
system.configurationRevision = self.inputs.nixpkgs.lib.mkIf (self ? rev) self.rev; system.configurationRevision = self.inputs.nixpkgs.lib.mkIf (self ? rev) self.rev;
networking = { networking = { };
# hostName = "gitea";
# useDHCP = false;
# interfaces = {
# eth0 = {
# ipv4.addresses = [
# {
# address = "10.0.0.204";
# prefixLength = 24;
# }
# ];
# };
# };
# defaultGateway = "10.0.0.1";
};
proxmoxLXC = { proxmoxLXC = {
privileged = true; privileged = true;