7 lines
113 B
Nix
7 lines
113 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
services.nextcloud-client = {
|
|
enable = true;
|
|
startInBackground = true;
|
|
};
|
|
}
|