Compare commits
2 commits
6cc85011ea
...
54991bb805
| Author | SHA1 | Date | |
|---|---|---|---|
| 54991bb805 | |||
| 5c1e1feffe |
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue