feat(tyr): add wireguard.

This commit is contained in:
CronyAkatsuki 2025-09-26 01:59:34 +02:00
parent ca9651efb8
commit 6a2f621080
31 changed files with 124 additions and 89 deletions

View file

@ -19,6 +19,9 @@ in {
wg-home = {
file = ../../../secrets/wg-home.age;
};
wg-ymir-home = {
file = ../../../secrets/wg-ymir-home.age;
};
crony-passwd = {
file = ../../../secrets/crony-passwd-desktop.age;
};

View file

@ -15,7 +15,8 @@
};
networking.wg-quick.interfaces.wg1 = {
autostart = false;
configFile = "${config.age.secrets.wg-home.path}";
# configFile = "${config.age.secrets.wg-home.path}";
configFile = "${config.age.secrets.wg-ymir-home.path}";
};
};
}