This commit is contained in:
atagen 2022-09-25 18:59:39 +10:00
commit 68c85978b1
4 changed files with 13 additions and 21 deletions

View file

@ -85,6 +85,8 @@
programs.zsh.enable = true;
users.defaultUserShell = pkgs.zsh;
services.tailscale.enable = true;
services.tailscale.enable = true;
@ -123,6 +125,7 @@
allowedUDPPorts = [ 41641 ];
checkReversePath = "loose";
};
system.stateVersion = "22.05"; # Did you read the comment?

View file

@ -23,25 +23,6 @@
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
networking.wireguard = {
enable = true;
interfaces = {
pond = {
ips = [ "10.4.20.2/32" ];
listenPort = 51820;
privateKeyFile = "/root/pond.priv";
peers = [
{
publicKey = "ll0/+7bbaAFgCuUOj0s0twHalXLxcXOtkxJbtw/egV4=";
allowedIPs = [ "10.4.20.0/24" ];
endpoint = "141.164.52.106:51821";
persistentKeepalive = 20;
}
];
};
};
};
# dlna
services.minidlna = {
enable = true;