feat(ymir): add another wireguard config.

This commit is contained in:
CronyAkatsuki 2025-05-21 17:06:58 +02:00
parent d852017580
commit aa9f82adba
4 changed files with 8 additions and 0 deletions

View file

@ -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;
};

View file

@ -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}";
};
};
}