catacomb: add wifi configuration
This commit is contained in:
parent
f7954f43d6
commit
9389c21c07
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue