From 5ad79eaab8d1b7627e8fc22730a90b541e6b7f88 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 21 Jan 2026 09:40:58 +0000 Subject: [PATCH] Update go2rtc.nix --- services/go2rtc.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/services/go2rtc.nix b/services/go2rtc.nix index 7c947bd..1b2d747 100644 --- a/services/go2rtc.nix +++ b/services/go2rtc.nix @@ -7,11 +7,13 @@ let in { + imports = [ + "${sops-nix}/modules/sops" + # your other imports + ]; + config = lib.mkIf (config.networking.hostName == "FredOS-Mediaserver") { - imports = [ - "${sops-nix}/modules/sops" - # your other imports - ]; +