mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +01:00
Fix failed evaluation without secrets in blowhole/firewall.nix
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
3b5a09f9cb
commit
64db0229c0
|
@ -80,7 +80,7 @@ in
|
|||
localCommands = ''
|
||||
ip link add enp4s0 type dummy || true
|
||||
ip link set enp4s0 up || true
|
||||
ip addr add ${secret.network.ips.blowhole.ip}/24 dev enp4s0 || true
|
||||
ip addr add ${secret.network.ips.blowhole.ip or ""}/24 dev enp4s0 || true
|
||||
'';
|
||||
|
||||
interfaces = {
|
||||
|
|
Loading…
Reference in a new issue