feat(ymir): add another wireguard config.
This commit is contained in:
parent
d852017580
commit
aa9f82adba
4 changed files with 8 additions and 0 deletions
|
@ -12,6 +12,9 @@
|
|||
wg-desktop = {
|
||||
file = ../../../secrets/wg-desktop.age;
|
||||
};
|
||||
wg-home = {
|
||||
file = ../../../secrets/wg-home.age;
|
||||
};
|
||||
crony-passwd = {
|
||||
file = ../../../secrets/crony-passwd-desktop.age;
|
||||
};
|
||||
|
|
|
@ -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