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);