latest changes
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user