summaryrefslogtreecommitdiff
path: root/hosts/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-08-17 18:54:39 -0400
committerseth <[email protected]>2023-08-17 18:54:39 -0400
commitd5d269add28adfd18669186c14a83e526107c692 (patch)
tree9bc6e3337d67cb75f2deef27d034bf958325e5f1 /hosts/default.nix
parentab34482928fc8af7e73f6600db716ec6d9d29bff (diff)
hosts: openwrt attr -> openwrtConfigurations
Diffstat (limited to 'hosts/default.nix')
-rw-r--r--hosts/default.nix2
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;
});