+self-host-playbook

This commit is contained in:
m3tam3re 2025-02-17 18:42:51 +01:00
parent ada60697b9
commit b381c77c31

View File

@ -50,6 +50,11 @@
''; '';
path = ./nixos/vps; path = ./nixos/vps;
}; };
self-host-playbook = {
starter = {
path = ./self-host-playbook/starter;
};
};
}; };
formatter = formatter =
forAllSystems (system: nixpkgs.legacyPackages.${system}.alejandra); forAllSystems (system: nixpkgs.legacyPackages.${system}.alejandra);