about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorKerstin <kerstin@erictapen.name>2024-04-05 17:04:47 +0200
committerGitHub <noreply@github.com>2024-04-05 17:04:47 +0200
commit89000ace3274450ae2c4a4ef73b3549ebe41de7e (patch)
tree61170c257706cbdb36509c803b6a5bf3cacde7ba /nixos/tests
parente85c250d18598c1e321b6870a7556963e205c074 (diff)
parent484c1c1ff8bfc6d61244bbb25ab32a391c515959 (diff)
Merge pull request #299460 from linyinfeng/hledger-web
nixos/hledger-web: fix access control option
Diffstat (limited to 'nixos/tests')
-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 = ''