diff options
Diffstat (limited to 'systems/default.nix')
| -rw-r--r-- | systems/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/systems/default.nix b/systems/default.nix index 5c6703e..023dc59 100644 --- a/systems/default.nix +++ b/systems/default.nix @@ -24,10 +24,6 @@ mapNixOS = mapSystems inputs.nixpkgs.lib.nixosSystem; inherit (import ./common.nix {inherit inputs self;}) darwin nixos server; in { - imports = [ - ./deploy.nix - ]; - flake = { darwinConfigurations = mapDarwin { caroline = { @@ -76,4 +72,8 @@ in { inherit (inputs) openwrt-imagebuilder; }); }; + + perSystem = {system, ...}: { + apps = (inputs.nixinate.nixinate.${system} self).nixinate; + }; } |
