1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat(wireguard): finish module and assertions

This commit is contained in:
oddlama 2023-04-11 17:15:36 +02:00
parent ea48c316cc
commit 786fb75920
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
6 changed files with 142 additions and 77 deletions

View file

@ -20,6 +20,8 @@ in {
./ssh.nix
./tmux.nix
./xdg.nix
../../../modules/wireguard.nix
];
# Setup secret rekeying parameters

View file

@ -22,7 +22,6 @@
};
};
imports = [../../modules/wireguard.nix];
extra.wireguard.networks.vms = {
address = ["10.0.0.1/24"];
listen = true;