some small notes

This commit is contained in:
Geir Okkenhaug Jerstad 2025-06-06 12:22:53 +02:00
parent 29de5db430
commit e69fd5856f
8 changed files with 152 additions and 274 deletions

View file

@ -47,7 +47,7 @@
services.fwupd.enable = true;
# Networking
networking.hostName = "apps";
networking.hostName = "grey-area";
networking.networkmanager.enable = true;
# Set your time zone.
@ -92,6 +92,6 @@
networking.firewall.allowedTCPPorts = [ 22 19999 23231];
networking.firewall.allowedUDPPorts = [ 22 23231 ];
networking.nftables.enable = true;
system.stateVersion = "23.05";
system.stateVersion = "23.05"; # Do not change this, it maintains data compatibility.
}