summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/development
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-02-24 16:07:13 +0100
committerGitHub <noreply@github.com>2024-02-24 16:07:13 +0100
commit7fab1e2013ac024a3c8515d05bdb55a233f218fd (patch)
treeccad2fd9bb7e01aa1d9ae9ec12c881137bce8a84 /nixos/modules/services/development
parent7250f0bbc417b58b1a33cd176bb067e048abc148 (diff)
parentdb64f7f7379858bfa3172a4fce108ef8a25df96d (diff)
Merge pull request #275024 from jerith666/lorri-less-protected
Diffstat (limited to 'nixos/modules/services/development')
-rw-r--r--nixos/modules/services/development/lorri.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/modules/services/development/lorri.nix b/nixos/modules/services/development/lorri.nix
index 74f56f5890fc..df3d814d7444 100644
--- a/nixos/modules/services/development/lorri.nix
+++ b/nixos/modules/services/development/lorri.nix
@@ -44,8 +44,7 @@ in {
serviceConfig = {
ExecStart = "${cfg.package}/bin/lorri daemon";
PrivateTmp = true;
- ProtectSystem = "strict";
- ProtectHome = "read-only";
+ ProtectSystem = "full";
Restart = "on-failure";
};
};