latest changes

This commit is contained in:
yaroslav
2026-01-14 23:45:05 +03:00
parent f0e043028b
commit 598b3773b8
8 changed files with 61 additions and 44 deletions
+6 -1
View File
@@ -25,6 +25,11 @@
enable = true;
defaultEditor = true;
};
fonts.packages = with pkgs; [
ubuntu-classic # For standard Ubuntu fonts
# nerdFonts.override { fonts = [ "JetBrainsMono" ]; } # For specific Nerd Fonts
# noto-fonts
];
services.openssh.enable = true;
services.openssh.settings.X11Forwarding = true;
@@ -36,7 +41,7 @@
networkmanager-openvpn
];
};
networking.firewall.allowedTCPPorts = [ 22 3240 2049 25565 554 80 27040 ];
networking.firewall.allowedTCPPorts = [ 22 3240 2049 25565 554 80 27040 8044 ];
networking.firewall.allowedUDPPorts = [ 38401 25565 554 80 27031 27032 27033 27034 27035 27036 ];
networking.nftables.enable = true;
networking.hosts = {
+1
View File
@@ -9,6 +9,7 @@
"/var/lib/systemd/coredump"
"/var/lib/systemd/timers"
"/var/lib/fprint"
"/var/lib/flatpak"
"/var/lib/libvirt"
"/var/lib/waydroid"
"/var/lib/teamspeak3-server"