about summary refs log tree commit diff
path: root/nixos/tests/hledger-web.nix
diff options
context:
space:
mode:
authorLin Yinfeng <lin.yinfeng@outlook.com>2024-03-31 12:50:08 +0800
committerLin Yinfeng <lin.yinfeng@outlook.com>2024-03-31 12:50:08 +0800
commit484c1c1ff8bfc6d61244bbb25ab32a391c515959 (patch)
treed9a0d9f6baa324d41b17ea5cf12ac599b82b3734 /nixos/tests/hledger-web.nix
parent38baa038296954a827190f8c28b83d32444f3bfc (diff)
nixos/hledger-web: fix access control options
Diffstat (limited to 'nixos/tests/hledger-web.nix')
-rw-r--r--nixos/tests/hledger-web.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/hledger-web.nix b/nixos/tests/hledger-web.nix
index f8919f7d4bd06..09941ca5c517c 100644
--- a/nixos/tests/hledger-web.nix
+++ b/nixos/tests/hledger-web.nix
@@ -19,7 +19,7 @@ rec {
         host = "127.0.0.1";
         port = 5000;
         enable = true;
-        capabilities.manage = true;
+        allow = "edit";
       };
       networking.firewall.allowedTCPPorts = [ config.services.hledger-web.port ];
       systemd.services.hledger-web.preStart = ''