1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-22 17:31:04 +03:00

Get rid of DynamicUser flag

This commit is contained in:
Tom McLaughlin 2022-09-15 01:05:28 -07:00
parent f13759e21f
commit 327e05c382

View file

@ -181,9 +181,6 @@ with lib;
"${stateDir}/${currentConfigTokenFilename}" "${stateDir}/${currentConfigTokenFilename}"
]; ];
# By default, use a dynamically allocated user
DynamicUser = true;
KillSignal = "SIGINT"; KillSignal = "SIGINT";
# Hardening (may overlap with DynamicUser=) # Hardening (may overlap with DynamicUser=)