wireguard proxy container :3

This commit is contained in:
Clara Dautermann 2025-04-02 22:00:56 +02:00
parent bdecca5d15
commit a1e9e81ae9
3 changed files with 47 additions and 4 deletions

View file

@ -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
];
};