This commit is contained in:
waveringana 2025-06-01 23:30:45 -04:00
parent 44f6f390ff
commit 4fc18ee08c
8 changed files with 181 additions and 18 deletions

View file

@ -10,24 +10,6 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
networking = {
firewall.enable = false;
firewall.trustedInterfaces = [
"tailscale0"
];
nameservers = [ "192.168.4.3" "1.1.1.1" ];
useDHCP = true;
firewall.allowedTCPPorts = [22 80 443 2456 2457 9000 9001 9002];
};
services.resolved = {
enable = true;
dnssec = "true";
domains = [ "~." ];
fallbackDns = [ "192.168.4.3" "1.0.0.1#one.one.one.one" ];
dnsovertls = "true";
};
environment.variables.EDITOR = "vim";
time.timeZone = "America/New_York";