Add host modules and home options; update README
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
{pkgs, ...}: {
|
||||
services.nextcloud-client = {
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
options.nextcloud-client.enable = lib.mkEnableOption "Nextcloud Client";
|
||||
|
||||
config.services.nextcloud-client = lib.mkIf config.nextcloud-client.enable {
|
||||
enable = true;
|
||||
startInBackground = true;
|
||||
package = pkgs.nextcloud-client;
|
||||
|
||||
Reference in New Issue
Block a user