summaryrefslogtreecommitdiffstats
path: root/krebs/3modules/acl.nix
diff options
context:
space:
mode:
Diffstat (limited to 'krebs/3modules/acl.nix')
-rw-r--r--krebs/3modules/acl.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/acl.nix b/krebs/3modules/acl.nix
index d2370649..05f7e824 100644
--- a/krebs/3modules/acl.nix
+++ b/krebs/3modules/acl.nix
@@ -33,7 +33,7 @@ in {
default = {};
};
config = {
- systemd.services = lib.mapAttrs' (path: rules: lib.nameValuePair "acl-${lib.replaceChars ["/"] ["_"] path}" {
+ systemd.services = lib.mapAttrs' (path: rules: lib.nameValuePair "acl-${lib.replaceStrings ["/"] ["_"] path}" {
wantedBy = [ "multi-user.target" ];
path = [
pkgs.acl