aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-11-08 16:50:50 -0800
committerMark Nipper <nipsy@bitgnome.net>2024-11-08 16:50:50 -0800
commitf3f0c369a75922f82e5f869756c4e3396973a374 (patch)
tree00040e43b376b824bb0e41c1b8c6d533f7fe1cab
parent707e876c62ee019831aa2dc31d699ca64b83e38d (diff)
downloadnix-f3f0c369a75922f82e5f869756c4e3396973a374.tar
nix-f3f0c369a75922f82e5f869756c4e3396973a374.tar.gz
nix-f3f0c369a75922f82e5f869756c4e3396973a374.tar.bz2
nix-f3f0c369a75922f82e5f869756c4e3396973a374.tar.lz
nix-f3f0c369a75922f82e5f869756c4e3396973a374.tar.xz
nix-f3f0c369a75922f82e5f869756c4e3396973a374.tar.zst
nix-f3f0c369a75922f82e5f869756c4e3396973a374.zip
Enable wpa_supplicant @jupiter
-rw-r--r--hosts/jupiter/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/jupiter/default.nix b/hosts/jupiter/default.nix
index 38df580..e6c1f95 100644
--- a/hosts/jupiter/default.nix
+++ b/hosts/jupiter/default.nix
@@ -33,6 +33,7 @@
hostName = "jupiter";
domain = "bitgnome.net";
nftables.enable = true;
+ wireless.enable = true;
};
nixpkgs = {