mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
security.wrappers: remove assertion on services.activate-system.enable
The option was removed since it is now always on.
This commit is contained in:
parent
6a92b148d6
commit
374c57d5a1
1 changed files with 0 additions and 4 deletions
|
@ -149,10 +149,6 @@ in
|
|||
|
||||
###### implementation
|
||||
config = {
|
||||
assertions = [
|
||||
{ assertion = cfg.wrappers != {} -> config.services.activate-system.enable; message = "security.wrappers requires services.activate-system because `/run` is wiped on boot"; }
|
||||
];
|
||||
|
||||
environment.extraInit = ''
|
||||
# Wrappers override other bin directories.
|
||||
export PATH="${cfg.wrapperDir}:$PATH"
|
||||
|
|
Loading…
Reference in a new issue