aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/darkstar
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-05-03 02:00:17 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-05-03 02:00:17 -0700
commit82d440f012caa9b6ac26e6caa980e57ac63853f6 (patch)
treef761d4be24df2fc156591dc7883e3185cb87e47d /hosts/darkstar
parent57cc28954ad7624021366eb02cebe95e4021ab55 (diff)
downloadnix-82d440f012caa9b6ac26e6caa980e57ac63853f6.tar
nix-82d440f012caa9b6ac26e6caa980e57ac63853f6.tar.gz
nix-82d440f012caa9b6ac26e6caa980e57ac63853f6.tar.bz2
nix-82d440f012caa9b6ac26e6caa980e57ac63853f6.tar.lz
nix-82d440f012caa9b6ac26e6caa980e57ac63853f6.tar.xz
nix-82d440f012caa9b6ac26e6caa980e57ac63853f6.tar.zst
nix-82d440f012caa9b6ac26e6caa980e57ac63853f6.zip
Enable wireless properly and make fonts optional
Diffstat (limited to 'hosts/darkstar')
-rw-r--r--hosts/darkstar/default.nix7
1 files changed, 4 insertions, 3 deletions
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";