feat: add base hosting-02

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-09-09 22:34:34 +02:00
parent be802e3bf4
commit d2dbaff941
Signed by: lander
GPG key ID: 0142722B4B0C536F
6 changed files with 140 additions and 24 deletions

View file

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