fixed wireguard
This commit is contained in:
parent
d711859f23
commit
5c7aea6203
6 changed files with 78 additions and 64 deletions
|
|
@ -1,13 +0,0 @@
|
|||
{ lib, pkgs, config, ... }: {
|
||||
deployment = {
|
||||
targetHost = "192.168.178.123";
|
||||
targetPort = 22;
|
||||
targetUser = "root";
|
||||
tags = [ "cube" ];
|
||||
};
|
||||
networking.hostName = "wireguard";
|
||||
imports = [
|
||||
../../container_config.nix
|
||||
../../services/wireguard.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue