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:
parent
1eddfda963
commit
ecd4d03dfe
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ in {
|
|||
PrivateTmp = true;
|
||||
ProtectHome = true;
|
||||
ProtectSystem = "full";
|
||||
DecvicePolicy = "closed";
|
||||
DevicePolicy = "closed";
|
||||
NoNewPrivileges = true;
|
||||
WorkingDirectory = cfg.dataDir;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue