something
This commit is contained in:
parent
3a620ee303
commit
ec6d38efc2
1 changed files with 4 additions and 1 deletions
|
@ -18,7 +18,10 @@
|
|||
after = [ "network.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
Environment = "PATH=/run/wrappers/bin:/home/luser/.nix-profile/bin:/nix/profile/bin:/home/luser/.local/state/nix/profile/bin:/etc/profiles/per-user/luser/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin";
|
||||
Environment = [
|
||||
"PATH=/run/wrappers/bin:/home/luser/.nix-profile/bin:/nix/profile/bin:/home/luser/.local/state/nix/profile/bin:/etc/profiles/per-user/luser/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin"
|
||||
"NIX_PATH=nixpkgs=flake:nixpkgs:/nix/var/nix/profiles/per-user/root/channels"
|
||||
];
|
||||
ExecStart = "/usr/local/bin/nixserver agent run";
|
||||
Restart = "always";
|
||||
User = "luser";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue