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