about summary refs log tree commit diff
path: root/nixosConfigurations/yavanna
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nixosConfigurations/yavanna/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/nixosConfigurations/yavanna/default.nix b/nixosConfigurations/yavanna/default.nix
index 4aacb9d..6f0d848 100644
--- a/nixosConfigurations/yavanna/default.nix
+++ b/nixosConfigurations/yavanna/default.nix
@@ -31,11 +31,6 @@ with lib; {
     listenAddress = this.wireguard.ipv4.address;
     environment.CONFIG = "/var/lib/lidarr/.config/Lidarr/config.xml";
   };
-  systemd.services.prometheus-exportarr-lidarr-exporter.serviceConfig = {
-    ProcSubset = "pid";
-    ProtectProc = "invisible";
-    SystemCallFilter = ["@system-service" "~@privileged"];
-  };
 
   boot.loader.grub = {
     enable = true;

Consider giving Nix/NixOS a try! <3