From e04b0a2cd36fb18878f713f7a600ff856c411cb9 Mon Sep 17 00:00:00 2001 From: devhell Date: Mon, 11 Apr 2022 00:50:26 +0100 Subject: machines/hildr: Rework a bit While this machine is on its way out, it still finds a bit of use, so I'm also updating it just a bit. --- machines/devhell/hildr.nix | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'machines') diff --git a/machines/devhell/hildr.nix b/machines/devhell/hildr.nix index b5ab9257..0b9605a1 100644 --- a/machines/devhell/hildr.nix +++ b/machines/devhell/hildr.nix @@ -2,7 +2,6 @@ { vuizvui.user.devhell.profiles.base.enable = true; - vuizvui.system.kernel.bfq.enable = true; boot = { loader = { @@ -62,11 +61,11 @@ networking = { hostName = "hildr"; - wireless.enable = true; + wireless.iwd.enable = true; useNetworkd = true; interfaces = { enp0s31f6.useDHCP = true; - wlp2s0.useDHCP = true; + wlan0.useDHCP = true; }; }; @@ -98,7 +97,6 @@ gnome.gnome-keyring.enable = true; printing = { enable = true; - drivers = [ pkgs.foo2zjs pkgs.cups-brother-hl1110 ]; }; offlineimap = { enable = true; @@ -183,18 +181,13 @@ environment.systemPackages = with pkgs; [ aircrack-ng - cdrtools - dvdplusrwtools horst ipmitool iw libva - libvdpau-va-gl minicom acpica-tools pmutils - reaverwps - snort teams vaapiVdpau vdpauinfo -- cgit 1.4.1