summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2026-03-11 22:03:00 +0100
committerMel <mel@rnrd.eu>2026-03-16 20:51:39 +0100
commit9eb2caf02c27238f97b147d1fb32c8dd43ab9a9e (patch)
treeaae54efbbd2527cb1f90d140546c72aa852ab944 /machines
parent430685e90789fec036de1d166a228c098bb0dbd5 (diff)
downloadminerals-9eb2caf02c27238f97b147d1fb32c8dd43ab9a9e.tar.zst
minerals-9eb2caf02c27238f97b147d1fb32c8dd43ab9a9e.zip
Add wpa_supplicant back to Wolfram
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines')
-rw-r--r--machines/wolfram/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/wolfram/default.nix b/machines/wolfram/default.nix
index fc99002..89d840d 100644
--- a/machines/wolfram/default.nix
+++ b/machines/wolfram/default.nix
@@ -2,6 +2,8 @@
 
 {
   imports = [
+    ../../modules/wireless.nix
+
     ./hardware.nix
     ./devices.nix
   ];