From 215ce15ca8ae940c8dfaaf78b682b15221ce9f46 Mon Sep 17 00:00:00 2001 From: Nathan Date: Tue, 19 Aug 2025 09:19:44 -0500 Subject: [PATCH] stuff --- system-config/configuration/homebox/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/system-config/configuration/homebox/default.nix b/system-config/configuration/homebox/default.nix index 6c9ae06..51e81cb 100644 --- a/system-config/configuration/homebox/default.nix +++ b/system-config/configuration/homebox/default.nix @@ -73,7 +73,6 @@ }; networking = { - hostName = "homebox"; nameservers = lib.mkDefault [ "1.1.1.1" "1.0.0.1" ]; networkmanager = { enable = true; @@ -119,7 +118,6 @@ extraModules = [ { homeconfig = { - host = "homebox"; minimal = false; wayvnc.enable = false; hyprland.enable = true;