summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/vidhar/prometheus/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/hosts/vidhar/prometheus/default.nix b/hosts/vidhar/prometheus/default.nix
index 51ead7e2..780d30ce 100644
--- a/hosts/vidhar/prometheus/default.nix
+++ b/hosts/vidhar/prometheus/default.nix
@@ -214,12 +214,12 @@ in {
214 # DynamicUser = true; 214 # DynamicUser = true;
215 # DeviceAllow = [""]; 215 # DeviceAllow = [""];
216 # LockPersonality = true; 216 # LockPersonality = true;
217 # MemoryDenyWriteExecute = true; 217 MemoryDenyWriteExecute = true;
218 # NoNewPrivileges = true; 218 NoNewPrivileges = true;
219 # PrivateDevices = true; 219 PrivateDevices = true;
220 # ProtectClock = true; 220 ProtectClock = true;
221 # ProtectControlGroups = true; 221 ProtectControlGroups = true;
222 # ProtectHome = true; 222 ProtectHome = true;
223 ProtectHostname = true; 223 ProtectHostname = true;
224 ProtectKernelLogs = true; 224 ProtectKernelLogs = true;
225 ProtectKernelModules = true; 225 ProtectKernelModules = true;