diff options
Diffstat (limited to 'systems/default.nix')
| -rw-r--r-- | systems/default.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/systems/default.nix b/systems/default.nix index c442d90..de2f9e1 100644 --- a/systems/default.nix +++ b/systems/default.nix @@ -28,6 +28,8 @@ 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,8 +78,4 @@ in { inherit (inputs) openwrt-imagebuilder; }); }; - - perSystem = {system, ...}: { - apps = (inputs.nixinate.nixinate.${system} self).nixinate; - }; } |
