1
1
Fork 0

catacomb: add wifi configuration

This commit is contained in:
Tim Van Baak 2024-08-30 02:02:44 +00:00
parent f7954f43d6
commit 9389c21c07
1 changed files with 5 additions and 0 deletions

View File

@ -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 = {