Home Gen490 @ 2025-04-05-02:33
This commit is contained in:
6
modules/home/nextcloud/config.nix
Normal file
6
modules/home/nextcloud/config.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{...}: {
|
||||
services.nextcloud-client = {
|
||||
enable = true;
|
||||
startInBackground = true;
|
||||
};
|
||||
}
|
||||
3
modules/home/nextcloud/default.nix
Normal file
3
modules/home/nextcloud/default.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{...}: {
|
||||
imports = [./config.nix];
|
||||
}
|
||||
Reference in New Issue
Block a user