mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
hosts/plover: fix Vaultwarden hardened service
This commit is contained in:
parent
b1072a437b
commit
a2ab1f09a8
@ -108,7 +108,7 @@ in
|
||||
# Restricting what capabilities it has access to which it
|
||||
# has none.
|
||||
CapabilityBoundingSet = [ "" ];
|
||||
AmbientCapability = [ "" ];
|
||||
AmbientCapabilities = lib.mkForce [ "" ];
|
||||
|
||||
# Restrict what address families this service can interact
|
||||
# with. Since it is a web service, we expect it will only
|
||||
|
Loading…
Reference in New Issue
Block a user