From d5d269add28adfd18669186c14a83e526107c692 Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 17 Aug 2023 18:54:39 -0400 Subject: hosts: openwrt attr -> openwrtConfigurations --- hosts/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') 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; }); -- cgit v1.2.3