1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 02:51: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

@@ -49,6 +49,12 @@ in {
};
root.file = ../../secrets/ful-root.age;
restic.file = ../../secrets/restic.age;
specus.file = ../../secrets/ful-specus-privateKey.age;
};
services.specus = {
privateKeyFile = config.age.secrets.specus.path;
server.enable = true;
};
services.restic.backups.niveum = {