move nextcloud to home manager

Former-commit-id: 6c936a12f1
This commit is contained in:
Hadi
2024-06-18 14:32:35 +02:00
committed by GitHub
parent ffa788dd4e
commit 6d22f2d409
6 changed files with 8 additions and 31 deletions

View File

@@ -0,0 +1,6 @@
{
services.nextcloud-client = {
enable = true;
startInBackground = true;
};
}