users n stuff
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user