diff --git a/home/hosts/mediaserver.nix b/home/hosts/mediaserver.nix index e74f2e5..a1be306 100644 --- a/home/hosts/mediaserver.nix +++ b/home/hosts/mediaserver.nix @@ -35,7 +35,6 @@ mtr parallel q - rexit ripgrep ]; }; diff --git a/system/flakes/tanker.nix b/system/flakes/tanker.nix index fa40420..aa7fa14 100644 --- a/system/flakes/tanker.nix +++ b/system/flakes/tanker.nix @@ -15,6 +15,10 @@ let config = { allowUnfree = true; allowBroken = true; + + permittedInsecurePackages = [ + "olm-3.2.16" + ]; }; }; in diff --git a/system/hosts/argon.nix b/system/hosts/argon.nix index 64a0922..0b984fc 100644 --- a/system/hosts/argon.nix +++ b/system/hosts/argon.nix @@ -39,7 +39,6 @@ in ../nixos/weewx-proxy.nix ../nixos/container.nix - ../nixos/homebridge.nix ]; system.stateVersion = "22.11";