blob: 01daa4859b4450c38d2bf30d9ac4bb75fa8599df [file] [log] [blame]
Skyler Grey89867bc2022-07-27 13:24:48 +01001{ pkgs, ... }: {
Skyler Grey71918f02022-07-27 13:42:17 +01002 services.nextcloud = {
3 enable = true;
4 hostName = "nextcloud.python.local";
5 };
6
7 networking.hosts = {
8 "127.0.0.1" = [ "nextcloud.python.local" ];
9 };
Skyler Grey89867bc2022-07-27 13:24:48 +010010}