nix-deploy/config/hosts/nixos-testbed/services/nextcloud.nix

10 lines
143 B
Nix
Raw Normal View History

2021-09-27 14:55:55 +02:00
{ ... }: {
services.nextcloud = {
enable = true;
https = true;
webfinger = true;
hostname = "cloud-test.graven.dev";
};
}