Revert "flake.nix: systemd disable DyanmicUser"
This reverts commit 3f48e97fb3
.
This commit is contained in:
parent
87628df052
commit
332aae3b2d
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ Some utility commands:
|
|||
ExecStart = "${cfg.package}/bin/ji-chan --domain ${cfg.domain} --token ${cfg.token} --prefix \"${builtins.replaceStrings ["\""] ["\\\""] cfg.prefix}\" --hugo ${cfg.hugo} --build \"${builtins.replaceStrings ["\""] ["\\\""] cfg.build}\" --guilds ${cfg.guildData}";
|
||||
Restart = "always";
|
||||
User = cfg.user;
|
||||
DynamicUser = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue