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

@@ -40,10 +40,16 @@ in {
restic.file = ../../secrets/restic.age;
syncthing-cert.file = ../../secrets/kabsa-syncthing-cert.age;
syncthing-key.file = ../../secrets/kabsa-syncthing-key.age;
specus.file = ../../secrets/kabsa-specus-privateKey.age;
};
environment.systemPackages = [pkgs.minecraft pkgs.zeroad];
services.specus = {
privateKeyFile = config.age.secrets.specus.path;
client.enable = false;
};
networking = {
hostName = "kabsa";
wireless.interfaces = ["wlp3s0"];