new beginnings

This commit is contained in:
2025-07-20 16:13:14 +02:00
parent da9a42ee71
commit b4bb3e39c7
5 changed files with 65 additions and 91 deletions

View File

@@ -44,22 +44,6 @@ in {
networking = {
hostName = "sobotka";
domain = "cnst.dev";
firewall.allowedUDPPorts = [51820];
wireguard = {
interfaces.wg1 = {
ips = [
"192.168.88.14/24"
];
peers = [
{
name = "kima";
allowedIPs = ["192.168.88.13/24"];
publicKey = "cUeRvwTwrL5GRc4dHjea89RJSa1kh4kIA/sHYzmscyQ=";
}
];
privateKeyFile = config.age.secrets.wgSobotkaPrivateKey.path;
};
};
};
powerManagement.enable = false;

View File

@@ -29,12 +29,5 @@
};
};
deluge.enable = true;
wireguard-netns = {
enable = true;
namespace = "vpn";
configFile = config.age.secrets.wgCredentials.path;
privateIP = "10.68.145.193";
dnsIP = "10.64.0.1";
};
};
}