From de807d65a6f2dd5ce81507bff456449a912b131d Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 15 Sep 2023 21:57:04 -0400 Subject: hosts: deploy-rs -> nixinate deploy-rs still has issues with tailscale :( --- hosts/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts/default.nix') 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; + }; } -- cgit v1.2.3