diff options
| author | seth <[email protected]> | 2023-08-17 18:54:39 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-08-17 18:54:39 -0400 |
| commit | d5d269add28adfd18669186c14a83e526107c692 (patch) | |
| tree | 9bc6e3337d67cb75f2deef27d034bf958325e5f1 | |
| parent | ab34482928fc8af7e73f6600db716ec6d9d29bff (diff) | |
hosts: openwrt attr -> openwrtConfigurations
| -rw-r--r-- | hosts/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/default.nix b/hosts/default.nix index 1a650bc..88f407e 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -46,7 +46,7 @@ nixosModules.default = import ../modules/nixos; darwinModules.default = import ../modules/darwin; - openwrt.turret = withSystem "x86_64-linux" ({pkgs, ...}: + openwrtConfigurations.turret = withSystem "x86_64-linux" ({pkgs, ...}: pkgs.callPackage ./turret { inherit (inputs) openwrt-imagebuilder; }); |
