Sebastian Walz 860d31cee1
Tohu vaBohu
2023-04-21 00:22:52 +02:00

15 lines
454 B
Nix

{ profiles, services, ... }:
Profile "Hetzner Cloud-Server."
{
configuration
= [
./hardware
{
documentation.enable = false;
}
];
isDesktop = false;
parents = with profiles; [ common qemu-guest ];
services = with services; [ bind gitea monitoring nginx simple-nix-mail static ];
}