nextcloud service

This commit is contained in:
2025-07-16 14:17:11 +07:00
parent 0510e56534
commit ba9b6868e4
5 changed files with 114 additions and 0 deletions

View File

@@ -2,12 +2,14 @@
inputs,
self,
lib,
pkgs,
...
}:
{
clan = {
modules = {
pocket-id = ../modules/clan/pocket-id;
nextcloud = ../modules/clan/nextcloud;
};
inventory = {
@@ -27,6 +29,14 @@
};
roles.default.machines.b4l = { };
};
nextcloud = {
module = {
name = "nextcloud";
input = "self";
};
roles.default.machines.b4l = { };
};
};
services = {