feat(ymir): add another wireguard config.
This commit is contained in:
parent
d852017580
commit
aa9f82adba
4 changed files with 8 additions and 0 deletions
|
@ -13,5 +13,9 @@
|
|||
autostart = false;
|
||||
configFile = "${config.age.secrets.wg-desktop.path}";
|
||||
};
|
||||
networking.wg-quick.interfaces.wg1 = {
|
||||
autostart = false;
|
||||
configFile = "${config.age.secrets.wg-home.path}";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue