frigate: Remove some unused configuration
This commit is contained in:
parent
9ddb1f47af
commit
3e3eaafbe4
1 changed files with 1 additions and 17 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue