Updated inputs

This commit is contained in:
2025-01-07 10:17:48 +01:00
parent 86b463f067
commit b19e207ec7
3 changed files with 108 additions and 29 deletions

View File

@@ -61,6 +61,12 @@
networking.hostName = "xv-laptop"; # Define your hostname.
networking.firewall = {
enable = true;
allowedTCPPorts = [ 80 443 53 ];
allowedUDPPorts = [ 80 443 53 ];
};
users.users.xeovalyte = {
isNormalUser = true;
description = "Timo Boomers";