From fcbe4cbbcfef4156135f1be64488ee62a2920d81 Mon Sep 17 00:00:00 2001 From: osbm Date: Sun, 14 Dec 2025 20:25:19 +0300 Subject: [PATCH] clean --- hosts/nixos/tartarus/configuration.nix | 2 +- hosts/nixos/ymir/configuration.nix | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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; };