0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

grafana-loki: fix typo in service config

This commit is contained in:
WilliButz 2019-08-17 12:08:51 +02:00
parent 1eddfda963
commit ecd4d03dfe
No known key found for this signature in database
GPG key ID: 92582A10F1179CB2

View file

@ -103,7 +103,7 @@ in {
PrivateTmp = true;
ProtectHome = true;
ProtectSystem = "full";
DecvicePolicy = "closed";
DevicePolicy = "closed";
NoNewPrivileges = true;
WorkingDirectory = cfg.dataDir;
};