mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +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; [
|
environment.systemPackages = with pkgs; [
|
||||||
wine
|
wine
|
||||||
vmware-horizon-client
|
vmware-horizon-client
|
||||||
|
|
|
@ -14,10 +14,6 @@
|
||||||
vmware-horizon-client
|
vmware-horizon-client
|
||||||
];
|
];
|
||||||
|
|
||||||
networking = {
|
|
||||||
search = [ "bck.me" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
loader.systemd-boot.enable = true;
|
loader.systemd-boot.enable = true;
|
||||||
loader.efi.canTouchEfiVariables = false;
|
loader.efi.canTouchEfiVariables = false;
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
networking.search = [ "bck.me" ];
|
|
||||||
|
|
||||||
sconfig = {
|
sconfig = {
|
||||||
profile = "desktop";
|
profile = "desktop";
|
||||||
gnome = true;
|
gnome = true;
|
||||||
|
|
Loading…
Reference in a new issue