latest changes
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
"L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}"
|
||||
];
|
||||
|
||||
chaotic.mesa-git.enable = true;
|
||||
#chaotic.mesa-git.enable = true;
|
||||
|
||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||
# (the default) this is the recommended approach. When using systemd-networkd it's
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user