mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(kasen): networking config
This commit is contained in:
parent
06471a7b34
commit
6cfaf82535
6 changed files with 55 additions and 7 deletions
|
|
@ -34,7 +34,7 @@ in {
|
|||
inherit (proxmox.network) internal local;
|
||||
conditions = coalesce [
|
||||
(mapNullable (interface: [ "iifname ${interface.name}" ]) internal.interface)
|
||||
(mapNullable (interface: config.networking.interfaces.local.nftables.conditions) local.interface)
|
||||
(mapNullable (interface: config.networking.firewall.interfaces.local.nftables.conditions) local.interface)
|
||||
];
|
||||
in mkIf (conditions != null) {
|
||||
nftables = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue