Other small formatting changes

This commit is contained in:
Bun 2025-03-18 04:43:14 -04:00
parent 8ecb59be3e
commit 30fc0dc800
4 changed files with 13 additions and 17 deletions

View file

@ -25,8 +25,8 @@
system = {
desktop.enable = true;
lanzaboote.enable = true;
video.nvidia.enable = true;
libvirtd.enable = true;
video.nvidia.enable = true;
stateVersion = "24.05";
};
}

View file

@ -1,9 +1,4 @@
{ ... }:
{
networking.firewall = {
allowedUDPPorts = [
27015 # Half-Life
7777 # Lethal Company
];
};
networking.firewall.allowedUDPPorts = [ 27015 ];
}