mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
remove search
This commit is contained in:
parent
43e108c8f7
commit
1d33f7fc10
3 changed files with 0 additions and 8 deletions
|
@ -29,8 +29,6 @@
|
|||
];
|
||||
};
|
||||
|
||||
networking.search = [ "bck.me" ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wine
|
||||
vmware-horizon-client
|
||||
|
|
|
@ -14,10 +14,6 @@
|
|||
vmware-horizon-client
|
||||
];
|
||||
|
||||
networking = {
|
||||
search = [ "bck.me" ];
|
||||
};
|
||||
|
||||
boot = {
|
||||
loader.systemd-boot.enable = true;
|
||||
loader.efi.canTouchEfiVariables = false;
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
networking.search = [ "bck.me" ];
|
||||
|
||||
sconfig = {
|
||||
profile = "desktop";
|
||||
gnome = true;
|
||||
|
|
Loading…
Reference in a new issue