about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorWilliButz <wbutz@cyberfnord.de>2019-08-17 12:08:51 +0200
committerWilliButz <wbutz@cyberfnord.de>2019-08-17 12:08:51 +0200
commitecd4d03dfe74daccc9c2308cbf707cc758ef1786 (patch)
tree961fefa3e1b5d3c9afaa5415afd7cb461abccffc /nixos
parent1eddfda963be497bddaf59ad83416f4be1a26f22 (diff)
downloadnixlib-ecd4d03dfe74daccc9c2308cbf707cc758ef1786.tar
nixlib-ecd4d03dfe74daccc9c2308cbf707cc758ef1786.tar.gz
nixlib-ecd4d03dfe74daccc9c2308cbf707cc758ef1786.tar.bz2
nixlib-ecd4d03dfe74daccc9c2308cbf707cc758ef1786.tar.lz
nixlib-ecd4d03dfe74daccc9c2308cbf707cc758ef1786.tar.xz
nixlib-ecd4d03dfe74daccc9c2308cbf707cc758ef1786.tar.zst
nixlib-ecd4d03dfe74daccc9c2308cbf707cc758ef1786.zip
grafana-loki: fix typo in service config
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/monitoring/loki.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/monitoring/loki.nix b/nixos/modules/services/monitoring/loki.nix
index 4d11360d07e9..f4eec7e0d284 100644
--- a/nixos/modules/services/monitoring/loki.nix
+++ b/nixos/modules/services/monitoring/loki.nix
@@ -103,7 +103,7 @@ in {
         PrivateTmp = true;
         ProtectHome = true;
         ProtectSystem = "full";
-        DecvicePolicy = "closed";
+        DevicePolicy = "closed";
         NoNewPrivileges = true;
         WorkingDirectory = cfg.dataDir;
       };