users n stuff

This commit is contained in:
cl0vrfi3ld
2025-07-04 12:36:48 -04:00
parent 425e3eeec2
commit b0c3d835cb

View File

@@ -146,9 +146,9 @@ in
# override dynamic user since service from nixpkgs enables by default, but it doesn't work in the selfprivacy environment # override dynamic user since service from nixpkgs enables by default, but it doesn't work in the selfprivacy environment
DynamicUser = lib.mkForce false; DynamicUser = lib.mkForce false;
# use service user # use service user
User = "actual"; User = linuxUserOfService;
# use service group # use service group
Group = "actual"; Group = linuxGroupOfService;
}; };
environment = environment =
# tell actual to log debug info to the console if option is enabled # tell actual to log debug info to the console if option is enabled