diff --git a/hosts/cube/configuration.nix b/hosts/cube/configuration.nix index 3ec2cbd..1c3cf4b 100644 --- a/hosts/cube/configuration.nix +++ b/hosts/cube/configuration.nix @@ -29,8 +29,6 @@ ]; }; - networking.search = [ "bck.me" ]; - environment.systemPackages = with pkgs; [ wine vmware-horizon-client diff --git a/hosts/hp/configuration.nix b/hosts/hp/configuration.nix index 683595f..521b56e 100644 --- a/hosts/hp/configuration.nix +++ b/hosts/hp/configuration.nix @@ -14,10 +14,6 @@ vmware-horizon-client ]; - networking = { - search = [ "bck.me" ]; - }; - boot = { loader.systemd-boot.enable = true; loader.efi.canTouchEfiVariables = false; diff --git a/hosts/slate/configuration.nix b/hosts/slate/configuration.nix index 97fa9dd..5741d5b 100644 --- a/hosts/slate/configuration.nix +++ b/hosts/slate/configuration.nix @@ -1,7 +1,5 @@ { pkgs, ... }: { - networking.search = [ "bck.me" ]; - sconfig = { profile = "desktop"; gnome = true;