wireguard proxy container :3
This commit is contained in:
parent
bdecca5d15
commit
a1e9e81ae9
3 changed files with 47 additions and 4 deletions
|
|
@ -23,16 +23,16 @@
|
|||
];
|
||||
};
|
||||
|
||||
testserver = {
|
||||
wireguard = {
|
||||
deployment = {
|
||||
targetHost = "192.168.178.51";
|
||||
targetHost = "192.168.178.44";
|
||||
targetPort = 22;
|
||||
targetUser = "root";
|
||||
};
|
||||
networking.hostName = "testserver";
|
||||
networking.hostName = "wireguard";
|
||||
imports = [
|
||||
./configs/container_config.nix
|
||||
./configs/services/vaultwarden.nix
|
||||
./configs/services/wireguard.nix
|
||||
];
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue