summaryrefslogtreecommitdiff
path: root/systems/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-29 07:03:10 -0500
committerseth <[email protected]>2023-12-29 07:10:37 -0500
commit550b9057a215eb46943fcae51b27632639ae46d5 (patch)
treefe72c2ae5dbeb65f85308035546a2130d68c0698 /systems/default.nix
parent3eb380133c19b3a50213d6ec416a1fa9c3eab52a (diff)
Revert "systems: nixinate works again"
This reverts commit 874a58f74dea0ee6aa775f43f688e8397bc8cfb5.
Diffstat (limited to 'systems/default.nix')
-rw-r--r--systems/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/systems/default.nix b/systems/default.nix
index bdfaee0..47f6bf6 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;
- };
}