mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 10:45:49 +02:00
@@ -0,0 +1,8 @@
|
||||
{ pkgs, ... }: {
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud28;
|
||||
hostName = "localhost";
|
||||
config.adminpassFile = "/home/hadi/nextcloud/pwd";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user