diff options
| author | Mel <mel@rnrd.eu> | 2025-12-05 16:22:33 +0100 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-02-12 20:12:06 +0100 |
| commit | 25825d5b87801a37306196e832a68a7accfa0721 (patch) | |
| tree | 34b33b7a6b272e39fd23ed8a60beaab4f1bdcb91 /machines/wolfram | |
| parent | dcfe6d29dc04659ea43eeabf07357ee00aa54a1e (diff) | |
| download | minerals-25825d5b87801a37306196e832a68a7accfa0721.tar.zst minerals-25825d5b87801a37306196e832a68a7accfa0721.zip | |
Add wireless network configuration for wolfram & serpentine
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines/wolfram')
| -rw-r--r-- | machines/wolfram/default.nix | 2 |
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 ]; |
