Former-commit-id: 755a2e8f2b
This commit is contained in:
Hadi
2024-06-07 22:05:49 +02:00
parent cfd999b373
commit 8401688019
5 changed files with 19 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
{ pkgs, ... }: {
services.nextcloud = {
enable = true;
package = pkgs.nextcloud28;
hostName = "localhost";
config.adminpassFile = "/home/hadi/nextcloud/pwd";
};
}