Updated inputs
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user