feat: add base hosting-01

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-07-02 00:00:26 +02:00
parent a9bb23b384
commit aa6694e9ff
Signed by: lander
GPG key ID: 0142722B4B0C536F
3 changed files with 80 additions and 0 deletions

View file

@ -60,6 +60,13 @@
};
# servers
hosting-01 = nixpkgs.lib.nixosSystem {
system = "aarch64-linux";
specialArgs = { inherit inputs outputs; };
modules = [
./hosts/hosting-01
];
};
mail-01 = nixpkgs.lib.nixosSystem {
system = "aarch64-linux";
specialArgs = { inherit inputs outputs; };