reaktor2: fix invalid character crash
This commit is contained in:
parent
10214c7582
commit
8748e50be7
|
@ -53,6 +53,9 @@ with import <stockholm/lib>;
|
|||
systemd.services = flip mapAttrs' config.krebs.reaktor2 (_: cfg:
|
||||
nameValuePair cfg.systemd-service-name {
|
||||
after = [ "network.target" ];
|
||||
environment = {
|
||||
LC_ALL = "en_US.UTF-8";
|
||||
};
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
User = cfg.username;
|
||||
|
|
Loading…
Reference in a new issue