remove search

This commit is contained in:
Sean Buckley 2021-09-15 12:06:28 -04:00
parent 43e108c8f7
commit 1d33f7fc10
3 changed files with 0 additions and 8 deletions

View file

@ -29,8 +29,6 @@
];
};
networking.search = [ "bck.me" ];
environment.systemPackages = with pkgs; [
wine
vmware-horizon-client

View file

@ -14,10 +14,6 @@
vmware-horizon-client
];
networking = {
search = [ "bck.me" ];
};
boot = {
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = false;

View file

@ -1,7 +1,5 @@
{ pkgs, ... }:
{
networking.search = [ "bck.me" ];
sconfig = {
profile = "desktop";
gnome = true;