stroopwafel/networking: enable wireguard
This commit is contained in:
parent
0f7bbe153c
commit
78b8300a80
|
@ -16,7 +16,7 @@
|
|||
self.nixosModules.nextcloud
|
||||
self.nixosModules.office
|
||||
self.nixosModules.printing
|
||||
# self.nixosModules.wireguard-client
|
||||
self.nixosModules.wireguard-client
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -13,11 +13,11 @@
|
|||
|
||||
age.secrets.wg-private-key.file = "${flake.self}/secrets/wg-private-stroopwafel.age";
|
||||
|
||||
# pub-solar.wireguard-client = {
|
||||
# ownIPs = [
|
||||
# "10.0.1.8/32"
|
||||
# "fd00:b12f:acab:1312:acab:8::/96"
|
||||
# ];
|
||||
# wireguardPrivateKeyFile = "/run/agenix/wg-private-key";
|
||||
# };
|
||||
pub-solar.wireguard-client = {
|
||||
ownIPs = [
|
||||
"10.0.1.8/32"
|
||||
"fd00:b12f:acab:1312:acab:8::/96"
|
||||
];
|
||||
wireguardPrivateKeyFile = "/run/agenix/wg-private-key";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue