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:
parent
ea48c316cc
commit
786fb75920
6 changed files with 142 additions and 77 deletions
|
@ -20,6 +20,8 @@ in {
|
|||
./ssh.nix
|
||||
./tmux.nix
|
||||
./xdg.nix
|
||||
|
||||
../../../modules/wireguard.nix
|
||||
];
|
||||
|
||||
# Setup secret rekeying parameters
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
imports = [../../modules/wireguard.nix];
|
||||
extra.wireguard.networks.vms = {
|
||||
address = ["10.0.0.1/24"];
|
||||
listen = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue