fix: don't fail if id file is not set
This commit is contained in:
parent
7565d8554b
commit
4c6b6489a4
2 changed files with 4 additions and 11 deletions
|
@ -36,7 +36,7 @@ in
|
|||
flip mapAttrsToList memberWG (
|
||||
networkName: networkCfg:
|
||||
let
|
||||
assertionPrefix = "While evaluation the wireguard network ${networkName}:";
|
||||
assertionPrefix = "While evaluating the wireguard network ${networkName}:";
|
||||
hostCfg = networkCfg.hosts.${config.node.name};
|
||||
in
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue