From 82d440f012caa9b6ac26e6caa980e57ac63853f6 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Fri, 3 May 2024 02:00:17 -0700 Subject: Enable wireless properly and make fonts optional --- hosts/darkstar/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'hosts/darkstar/default.nix') diff --git a/hosts/darkstar/default.nix b/hosts/darkstar/default.nix index 27cbda1..f50a162 100644 --- a/hosts/darkstar/default.nix +++ b/hosts/darkstar/default.nix @@ -21,10 +21,10 @@ zfs.devNodes = "/dev/disk/by-label"; }; - environment.systemPackages = with pkgs; [ - wpa_supplicant + #environment.systemPackages = with pkgs; [ + # wpa_supplicant # somethingelse - ]; + #]; imports = [ ./hardware-configuration.nix @@ -52,6 +52,7 @@ domain = "bitgnome.net"; #networkmanager.enable = true; nftables.enable = true; + wireless.eanble = true; }; system.stateVersion = "23.11"; -- cgit v1.2.3