Former-commit-id: 19af1ccdc2
This commit is contained in:
Hadi
2024-06-07 22:11:42 +02:00
parent 6558683822
commit 7e19f9ee0d
3 changed files with 3 additions and 8 deletions

View File

@@ -3,6 +3,6 @@
enable = true;
package = pkgs.nextcloud28;
hostName = "localhost";
config.adminpassFile = "/home/hadi/nextcloud/pwd";
config.adminpassFile = "/etc/nextcloudpwd";
};
}