diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix
index 2939516..3192856 100644
--- a/hosts/fwminex/configuration.nix
+++ b/hosts/fwminex/configuration.nix
@@ -26,11 +26,11 @@ in
     synapse-macaroon-secret-key.file = ../../secrets/synapse/macaroon_secret_key.age;
     syncthing-key.file = ../../secrets/fwminex/syncthing/key.pem.age;
     syncthing-cert.file = ../../secrets/fwminex/syncthing/cert.pem.age;
-    #frigate.file = ../../secrets/frigate.age;
-    #r1-htpasswd = {
-    #  file = ../../secrets/r1-htpasswd.age;
-    #  owner = "nginx";
-    #};
+    frigate.file = ../../secrets/frigate.age;
+    r1-htpasswd = {
+      file = ../../secrets/r1-htpasswd.age;
+      owner = "nginx";
+    };
 
     ssh8022-server = {
       file = ../../secrets/ssh8022.age;
@@ -499,8 +499,8 @@ in
       };
 
       frigate = {
-        enable = false;
-        #secretsEnv = config.age.secrets.frigate.path;
+        enable = true;
+        secretsEnv = config.age.secrets.frigate.path;
       };
 
       immich = {