diff --git a/hosts/nixos/tartarus/configuration.nix b/hosts/nixos/tartarus/configuration.nix index 5fde18b..9e6222b 100644 --- a/hosts/nixos/tartarus/configuration.nix +++ b/hosts/nixos/tartarus/configuration.nix @@ -12,7 +12,7 @@ programs.steam.enable = true; }; - networking.hostName = "tartarus"; # Define your hostname. + networking.hostName = "tartarus"; # Enable networking networking.networkmanager.enable = true; diff --git a/hosts/nixos/ymir/configuration.nix b/hosts/nixos/ymir/configuration.nix index 539c889..4f00b3f 100644 --- a/hosts/nixos/ymir/configuration.nix +++ b/hosts/nixos/ymir/configuration.nix @@ -30,14 +30,13 @@ }; networking = { - hostName = "ymir"; # Define your hostname. + hostName = "ymir"; firewall.allowedTCPPorts = [ 8889 8000 ]; - # Enable networking networkmanager.enable = true; };