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 - ]; +