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;