Files
nix-config/modules/home/nextcloud.nix
Felix Schulze 8ffe52a3ca nextcloud fix?
issue client starting twice...
2025-06-21 15:22:19 +02:00

7 lines
90 B
Nix

{
services.nextcloud-client = {
enable = true;
startInBackground = true;
};
}