From 4f176eeb90da69f35f43c49de3c76741e712604e Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 24 May 2024 09:44:07 -0700 Subject: [PATCH] Basically just added a todo... --- flake.nix | 2 +- frigate-container.nix | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index 1d8237a..0ecc487 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Frigate CCTV running in a container."; inputs = { - nixpkgs.url = "nixpkgs/nixos-23.05"; + nixpkgs.url = "nixpkgs/nixos-23.11"; arion.url = "github:hercules-ci/arion"; }; diff --git a/frigate-container.nix b/frigate-container.nix index 50be7dc..5d325bb 100644 --- a/frigate-container.nix +++ b/frigate-container.nix @@ -202,12 +202,6 @@ in { "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 { @@ -246,6 +240,7 @@ in { ]; env_file = [ hostSecrets.frigateEnv.target-file ]; }; + # TODO: add metrics exporter }; }; in { imports = [ image ]; };