Basically just added a todo...
This commit is contained in:
parent
91032aa4fc
commit
4f176eeb90
|
@ -2,7 +2,7 @@
|
||||||
description = "Frigate CCTV running in a container.";
|
description = "Frigate CCTV running in a container.";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "nixpkgs/nixos-23.05";
|
nixpkgs.url = "nixpkgs/nixos-23.11";
|
||||||
arion.url = "github:hercules-ci/arion";
|
arion.url = "github:hercules-ci/arion";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -202,12 +202,6 @@ in {
|
||||||
"File containing password with which to authenticate to MQTT server.";
|
"File containing password with which to authenticate to MQTT server.";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# shm-size = mkOption {
|
|
||||||
# type = str;
|
|
||||||
# description = "Size of shared memory.";
|
|
||||||
# default = "512mb";
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
@ -246,6 +240,7 @@ in {
|
||||||
];
|
];
|
||||||
env_file = [ hostSecrets.frigateEnv.target-file ];
|
env_file = [ hostSecrets.frigateEnv.target-file ];
|
||||||
};
|
};
|
||||||
|
# TODO: add metrics exporter
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in { imports = [ image ]; };
|
in { imports = [ image ]; };
|
||||||
|
|
Loading…
Reference in New Issue