Compare commits
2 commits
6cc85011ea
...
54991bb805
Author | SHA1 | Date | |
---|---|---|---|
Tristan Daniël Maat | 54991bb805 | ||
Tristan Daniël Maat | 5c1e1feffe |
|
@ -5,7 +5,7 @@
|
|||
}: let
|
||||
inherit (pkgs) fetchNextcloudApp;
|
||||
nextcloud = pkgs.nextcloud23;
|
||||
hostName = "nextcloud.${config.services.nginx.domain}"
|
||||
hostName = "nextcloud.${config.services.nginx.domain}";
|
||||
in {
|
||||
services.nextcloud = {
|
||||
inherit hostName;
|
||||
|
|
Loading…
Reference in a new issue