1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 19:41:08 +01:00

wip: add specus VPN

This commit is contained in:
2023-04-14 08:43:23 +02:00
parent 9456adc0b5
commit 2d25c1fc7b
5 changed files with 118 additions and 0 deletions

View File

@@ -95,6 +95,12 @@ in {
group = "tinc.retiolum";
};
restic.file = ../../secrets/restic.age;
specus.file = ../../secrets/makanek-specus-privateKey.age;
};
services.specus = {
privateKeyFile = config.age.secrets.specus.path;
server.enable = true;
};
system.stateVersion = "20.03";