init commit

This commit is contained in:
stubbfelnewpc
2020-10-07 22:18:32 +02:00
commit 74562f4bb5
8 changed files with 231 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{ pkgs ? import <nixpkgs> {}}:
pkgs.callPackage ../buildOpenwrt.nix {
target = "ar71xx";
arch = "generic";
version= "19.07.4";
profile = "gl-inet-6416A-v1";
packages = [
"luci-ssl"
"luci-proto-wireguard"
"luci-app-wireguard"
];
}