feat(tyr): add wireguard.
This commit is contained in:
parent
ca9651efb8
commit
6a2f621080
31 changed files with 124 additions and 89 deletions
|
@ -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}";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue