From b381c77c31ac0aac2a1fdd211b15607f776f618f Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Mon, 17 Feb 2025 18:42:51 +0100 Subject: [PATCH] +self-host-playbook --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index 780740e..8ed6654 100644 --- a/flake.nix +++ b/flake.nix @@ -50,6 +50,11 @@ ''; path = ./nixos/vps; }; + self-host-playbook = { + starter = { + path = ./self-host-playbook/starter; + }; + }; }; formatter = forAllSystems (system: nixpkgs.legacyPackages.${system}.alejandra);