nextcloud service
This commit is contained in:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user