router0-dmz0: update and tweak wifi

This commit is contained in:
steveej 2024-07-26 14:01:59 +02:00
parent d81f342a21
commit a8ff34b820
4 changed files with 53 additions and 74 deletions

View file

@ -13,14 +13,10 @@
srvos.url = "github:numtide/srvos";
srvos.inputs.nixpkgs.follows = "nixpkgs";
bpir3.url =
"github:steveej-forks/nixos-bpir3/pr_kernel_config_for_nixpkgs_update"
# "/home/steveej/src/steveej/nixos-bpir3"
nixos-sbc.url =
"github:nakato/nixos-sbc"
# "github:steveej-forks/nakato_nixos-sbc/kernel-6.9_and_cross-compile"
;
bpir3.inputs.nixpkgs.follows = "nixpkgs";
nixos-sbc.url = "github:steveej-forks/nakato_nixos-sbc/kernel-6.9_and_cross-compile";
nixos-sbc.inputs.nixpkgs.follows = "nixpkgs";
nixos-nftables-firewall.url = "github:thelegy/nixos-nftables-firewall";