Add nextcloud-client
This commit is contained in:
parent
a922e8d0df
commit
a589e94805
2 changed files with 7 additions and 0 deletions
6
modules/home/nextcloud.nix
Normal file
6
modules/home/nextcloud.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{...}: {
|
||||
services.nextcloud-client = {
|
||||
enable = true;
|
||||
startInBackground = true;
|
||||
};
|
||||
}
|
||||
Reference in a new issue