mirror of
https://github.com/blahai/nyx.git
synced 2025-02-23 21:05:09 +00:00
8 lines
146 B
Nix
8 lines
146 B
Nix
{
|
|
olympus.services = {
|
|
caddy.enable = true;
|
|
forgejo.enable = true;
|
|
uptime-kuma.enable = true;
|
|
vaultwarden.enable = true;
|
|
};
|
|
}
|