summaryrefslogtreecommitdiff
path: root/hosts/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/default.nix')
-rw-r--r--hosts/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/default.nix b/hosts/default.nix
index 46f075f..d0daad4 100644
--- a/hosts/default.nix
+++ b/hosts/default.nix
@@ -43,4 +43,8 @@
inherit (inputs) openwrt-imagebuilder;
});
};
+
+ perSystem = {system, ...}: {
+ apps = (inputs.nixinate.nixinate.${system} self).nixinate;
+ };
}