mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-22 09:20:58 +03:00
Get rid of DynamicUser flag
This commit is contained in:
parent
f13759e21f
commit
327e05c382
1 changed files with 0 additions and 3 deletions
|
@ -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=)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue