From 928180dfab151f4c501c0a3e9263cd458279f571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 12 Sep 2022 22:24:11 +0200 Subject: [PATCH] Cleanup dell tests leftovers --- hosts/pulsebert/default.nix | 28 ++++++---------------------- 1 file changed, 6 insertions(+), 22 deletions(-) diff --git a/hosts/pulsebert/default.nix b/hosts/pulsebert/default.nix index a7b71653..c1229968 100644 --- a/hosts/pulsebert/default.nix +++ b/hosts/pulsebert/default.nix @@ -8,7 +8,6 @@ c3d2 = { isInHq = true; mergeHostsFile = true; - # hq.interface = "enp1s0"; hq.interface = "eth0"; hq.statistics.enable = true; k-ot.enable = true; @@ -17,29 +16,16 @@ boot = { growPartition = true; - # kernelPatches = [{ - # # name = "crashdump-config"; - # patch = null; - # extraConfig = '' - # SND_SOC_RT5670 m - # ''; - # }]; # kernelPackages = pkgs.linuxKernel.packages.linux_5_15; kernelParams = [ "console=tty0" ]; - loader = { - grub.enable = false; - # systemd-boot = { - # enable = true; - # configurationLimit = 2; - # }; - }; + loader.grub.enable = false; loader.efi.canTouchEfiVariables = true; supportedFilesystems = lib.mkForce [ "vfat" "ext4" ]; tmpOnTmpfs = true; }; hardware = { - bluetooth.enable = false; # has no wireless hardware + bluetooth.enable = true; deviceTree = { enable = true; kernelPackage = config.boot.kernelPackages.kernel; @@ -74,7 +60,6 @@ hostName = "pulsebert"; useDHCP = false; interfaces = { - # enp1s0.useDHCP = true; eth0.useDHCP = true; }; }; @@ -160,11 +145,10 @@ ]; services = { - # Do not log to flash: - # turned off as long as pulsebert is frequently crashing - # journald.extraConfig = '' - # Storage=volatile - # ''; + # Do not log to flash + journald.extraConfig = '' + Storage=volatile + ''; openssh = { enable = true;