From 9389c21c07208fdf633052ff5fe39ca8ad47e9e7 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Fri, 30 Aug 2024 02:02:44 +0000 Subject: [PATCH] catacomb: add wifi configuration --- machine/catacomb/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/machine/catacomb/default.nix b/machine/catacomb/default.nix index 9153e9e..0e0bdfe 100644 --- a/machine/catacomb/default.nix +++ b/machine/catacomb/default.nix @@ -36,6 +36,11 @@ allowedTCPPorts = [ 139 445 ]; allowedUDPPorts = [ 137 138 ]; }; + wireless = { + enable = true; + networks."mysterious humming noise".psk = "@MHN_PSK@"; + environmentFile = "/root/wifi.env"; + }; }; services.cron = {