diff options
| author | seth <[email protected]> | 2023-09-15 21:57:04 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-09-15 21:57:04 -0400 |
| commit | de807d65a6f2dd5ce81507bff456449a912b131d (patch) | |
| tree | 61fa5a41ee5c102ba1a91127034358a513979ea9 /hosts/default.nix | |
| parent | fd9eaa40a0508d009fe4f08d501d8ae6f64c4a96 (diff) | |
hosts: deploy-rs -> nixinate
deploy-rs still has issues with tailscale :(
Diffstat (limited to 'hosts/default.nix')
| -rw-r--r-- | hosts/default.nix | 4 |
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; + }; } |
