Skip to content

Commit d016f03

Browse files
committed
using systemd non-user services
1 parent a1f7e9f commit d016f03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nix/misc.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ in
5353
};
5454

5555
config = mkIf config.services."${srv}".enable {
56-
systemd.user.services."${srv}" = {
56+
systemd.services."${srv}" = {
5757
wants = ["network.target"];
5858
wantedBy = ["default.target"];
5959
script = "PATH=$PATH:${pkgs.busybox}/bin ${exe}";

prv

Submodule prv updated from 1985a7f to 45d0214

0 commit comments

Comments
 (0)