diff options
| author | seth <[email protected]> | 2024-02-10 19:11:33 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-10 19:11:33 -0500 |
| commit | 082dc5e828334f4ceae44a514c300cf7d015ca92 (patch) | |
| tree | 61aba670a8fe82967497a57aecb8a3b597037dde /ext | |
| parent | f8d8753cd7cdf81e2a88abb4bcdf3739399eff5d (diff) | |
flakeModules/terranix: always use terranix.lib
why would i use anything else lol
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/openwrt/default.nix | 2 | ||||
| -rw-r--r-- | ext/terranix/default.nix | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/ext/openwrt/default.nix b/ext/openwrt/default.nix index 16f0fb9..dd163df 100644 --- a/ext/openwrt/default.nix +++ b/ext/openwrt/default.nix @@ -5,7 +5,7 @@ }: { flake.legacyPackages.x86_64-linux = withSystem "x86_64-linux" ({pkgs, ...}: { openWrtImages = { - turret = pkgs.callPackage ./systems/turret { + turret = pkgs.callPackage ./turret { inherit (inputs) openwrt-imagebuilder; }; }; diff --git a/ext/terranix/default.nix b/ext/terranix/default.nix index b27e23d..93e73a6 100644 --- a/ext/terranix/default.nix +++ b/ext/terranix/default.nix @@ -1,8 +1,6 @@ -{inputs, ...}: { +{ perSystem = {pkgs, ...}: { terranix = { - builder = inputs.terranix.lib.terranixConfiguration; - package = pkgs.opentofu.withPlugins (plugins: [ plugins.cloudflare plugins.tailscale |
