X-Git-Url: https://gitweb.ps.run/flake_thinkpad/blobdiff_plain/7c6631e307cb5e6848200f3b6c3421fae08d8e23..6e68d78660f7d1c12fc8f14bd85b4532fc76bf77:/config-networking.nix diff --git a/config-networking.nix b/config-networking.nix index 40ac1f8..507df82 100644 --- a/config-networking.nix +++ b/config-networking.nix @@ -1,7 +1,7 @@ { config, pkgs, inputs, lib, ... } @ args: { networking.nftables.enable = true; - networking.hostName = "thinkpad"; # Define your hostname. + networking.hostName = "acer"; # Define your hostname. # Enable networking # networking.networkmanager.enable = true; networking.firewall.allowedTCPPorts = [ 22 1234 5900 6011 6021 6022 8080 53317 7236 7250 ];