blob: 01daa4859b4450c38d2bf30d9ac4bb75fa8599df [file] [log] [blame]
{ pkgs, ... }: {
services.nextcloud = {
enable = true;
hostName = "nextcloud.python.local";
};
networking.hosts = {
"127.0.0.1" = [ "nextcloud.python.local" ];
};
}