diff --git a/nix/pkgs/default.nix b/nix/pkgs/default.nix index aa09040..b7f24cd 100644 --- a/nix/pkgs/default.nix +++ b/nix/pkgs/default.nix @@ -69,14 +69,6 @@ let ) ); - all-rootfs = with pkgs; - runCommand "all-rootfs" {} '' - mkdir -p $out - ${lib.concatMapStrings (pkg: '' - ln -s ${pkg} $out/${pkg.name} - '') (builtins.attrValues rootfs-packages)} - ''; - openwrt = import ./openwrt { inherit self nixpkgs system openwrt-imagebuilder; }; openwrt-images = builtins.foldl' (images: hostName: @@ -116,7 +108,7 @@ let }; in rootfs-packages // vm-packages // device-templates // openwrt-images // network-graphs // network-cypher-graphs // starlink // subnetplans // { - inherit all-rootfs export-openwrt-models export-config dns-slaves + inherit export-openwrt-models export-config dns-slaves encrypt-secrets decrypt-secrets switch-to-production vlan-report ;