refactoring and cleaning up
This commit is contained in:
parent
7113bb629a
commit
8df968546d
15 changed files with 169 additions and 161 deletions
14
configs/containers/netcup_pve/wg_server_container.nix
Normal file
14
configs/containers/netcup_pve/wg_server_container.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ lib, pkgs, config, ... }:
|
||||
{
|
||||
deployment = {
|
||||
targetHost = "10.0.0.3";
|
||||
targetPort = 22;
|
||||
targetUser = "root";
|
||||
tags = [ "netcup_pve" ];
|
||||
};
|
||||
networking.hostName = "wireguard";
|
||||
|
||||
imports = [
|
||||
../../container_config.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue