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 = {
|
wg-desktop = {
|
||||||
file = ../../../secrets/wg-desktop.age;
|
file = ../../../secrets/wg-desktop.age;
|
||||||
};
|
};
|
||||||
|
wg-home = {
|
||||||
|
file = ../../../secrets/wg-home.age;
|
||||||
|
};
|
||||||
crony-passwd = {
|
crony-passwd = {
|
||||||
file = ../../../secrets/crony-passwd-desktop.age;
|
file = ../../../secrets/crony-passwd-desktop.age;
|
||||||
};
|
};
|
||||||
|
|
|
@ -13,5 +13,9 @@
|
||||||
autostart = false;
|
autostart = false;
|
||||||
configFile = "${config.age.secrets.wg-desktop.path}";
|
configFile = "${config.age.secrets.wg-desktop.path}";
|
||||||
};
|
};
|
||||||
|
networking.wg-quick.interfaces.wg1 = {
|
||||||
|
autostart = false;
|
||||||
|
configFile = "${config.age.secrets.wg-home.path}";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,7 @@ in {
|
||||||
"traefik.age".publicKeys = systems ++ users;
|
"traefik.age".publicKeys = systems ++ users;
|
||||||
"wg-heimdall.age".publicKeys = systems ++ users;
|
"wg-heimdall.age".publicKeys = systems ++ users;
|
||||||
"wg-desktop.age".publicKeys = systems ++ users;
|
"wg-desktop.age".publicKeys = systems ++ users;
|
||||||
|
"wg-home.age".publicKeys = systems ++ users;
|
||||||
"rclone.age".publicKeys = systems ++ users;
|
"rclone.age".publicKeys = systems ++ users;
|
||||||
"navidrome.age".publicKeys = systems ++ users;
|
"navidrome.age".publicKeys = systems ++ users;
|
||||||
"forgejo-db.age".publicKeys = systems ++ users;
|
"forgejo-db.age".publicKeys = systems ++ users;
|
||||||
|
|
BIN
secrets/wg-home.age
Normal file
BIN
secrets/wg-home.age
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue