about summary refs log tree commit diff
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-05-17 02:49:00 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-05-17 02:49:00 +0200
commit4130bb50b0ab96e305460722e1e8293e67061659 (patch)
treee2648e6c3e00f40fd2f7e468ebde411be775f885
parent8ca92d1d2015edc8619a1b159380510f219e8f5d (diff)
machines/arilou: Remove B43 firmware
Since we have disabled allowUnfree, this is the only package that was
left on my machines and I really don't even use that firmware, so it's
safe to just remove it.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
-rw-r--r--machines/aszlig/arilou.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/machines/aszlig/arilou.nix b/machines/aszlig/arilou.nix
index 469d6de9..f77fbe38 100644
--- a/machines/aszlig/arilou.nix
+++ b/machines/aszlig/arilou.nix
@@ -21,7 +21,6 @@ in {
 
   networking.hostName = "arilou";
   networking.wireless.enable = mkForce true;
-  networking.enableB43Firmware = true;
 
   fileSystems."/".device = "/dev/disk/by-uuid/${rootUUID}";
   fileSystems."/".fsType = "btrfs";