Clean up router roles

This commit is contained in:
Fabian Hauser 2020-05-13 23:06:35 +02:00
parent b2eb267100
commit 51ac8518a2
8 changed files with 916 additions and 649 deletions

5
hardware/wle600vx.nix Normal file
View file

@ -0,0 +1,5 @@
# Note: You can either use wel600vx.nix or wle900vx.nix
{ config, lib, pkgs, ... }: {
#TODO!
services.hostapd5ghz.extraConfig = "";
}