birdsong: fully modularise existing wireguard config
This commit is contained in:
parent
5b79e6826b
commit
e90afae7ac
6 changed files with 197 additions and 52 deletions
|
@ -9,6 +9,13 @@
|
|||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
age.secrets.wireguard-peer-yevaud.file = ../../secrets/wireguard-peer-yevaud.age;
|
||||
|
||||
birdsong.peer = {
|
||||
enable = true;
|
||||
privateKeyFile = config.age.secrets.wireguard-peer-yevaud.path;
|
||||
};
|
||||
|
||||
qenya.services.forgejo = {
|
||||
enable = true;
|
||||
domain = "git.qenya.tel";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue