diff options
| author | seth <[email protected]> | 2023-08-12 17:22:05 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-08-12 17:32:33 -0400 |
| commit | c4e555842d79e9abd2a432c4fa9eb6722b214141 (patch) | |
| tree | 1461b1b0c64f1bb9d6b1ebae4c1924fb99bf0bf1 /hosts/default.nix | |
| parent | a5792c3e9a127e0c2ac1b5de022aa44e51570073 (diff) | |
hosts: nixinate -> deploy-rs
Diffstat (limited to 'hosts/default.nix')
| -rw-r--r-- | hosts/default.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/hosts/default.nix b/hosts/default.nix index a3340b5..f1ff518 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -48,13 +48,9 @@ nixosModules.getchoo = import ../modules/nixos; darwinModules.getchoo = import ../modules/darwin; - packages.x86_64-linux.turret = withSystem "x86_64-linux" ({pkgs, ...}: + openwrt.turret = withSystem "x86_64-linux" ({pkgs, ...}: pkgs.callPackage ./turret { inherit (inputs) openwrt-imagebuilder; }); }; - - perSystem = {system, ...}: { - apps = (inputs.nixinate.nixinate.${system} self).nixinate; - }; } |
