move nextcloud to home manager

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

View File

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