fix: host
This commit is contained in:
parent
2321db04be
commit
b175a3c711
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
package = pkgs.nextcloud31;
|
||||
settings = let
|
||||
prot = "http"; # or https
|
||||
host = "127.0.0.1";
|
||||
host = "10.0.0.69";
|
||||
dir = "/nextcloud";
|
||||
in {
|
||||
overwriteprotocol = prot;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue