reaktor2: fix invalid character crash
This commit is contained in:
parent
5ab261df3a
commit
f8d1d7f938
|
@ -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