mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: bind kanidm to proxy
This commit is contained in:
parent
ef03fd0594
commit
6cedaa53e6
2 changed files with 7 additions and 11 deletions
|
@ -84,6 +84,12 @@ in {
|
|||
};
|
||||
linkConfig.RequiredForOnline = "routable";
|
||||
};
|
||||
# Remaining macvtap interfaces should not be touched.
|
||||
"90-macvtap-ignore" = {
|
||||
matchConfig.Kind = "macvtap";
|
||||
linkConfig.ActivationPolicy = "manual";
|
||||
linkConfig.Unmanaged = "yes";
|
||||
};
|
||||
};
|
||||
|
||||
# TODO mkForce nftables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue