something

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-06-20 17:21:37 -05:00
parent 3a620ee303
commit ec6d38efc2

View file

@ -18,7 +18,10 @@
after = [ "network.target" ]; after = [ "network.target" ];
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
serviceConfig = { 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"; ExecStart = "/usr/local/bin/nixserver agent run";
Restart = "always"; Restart = "always";
User = "luser"; User = "luser";