pocket-id service
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
{ inputs, self, ... }:
|
||||
{
|
||||
inputs,
|
||||
self,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
clan = {
|
||||
modules = {
|
||||
pocket-id = ../modules/clan/pocket-id;
|
||||
};
|
||||
inventory = {
|
||||
|
||||
instances = {
|
||||
@@ -21,6 +29,14 @@
|
||||
roles.default.machines = [ "b4l" ];
|
||||
};
|
||||
};
|
||||
|
||||
instances.pocket-id = {
|
||||
module = {
|
||||
name = "pocket-id";
|
||||
input = "self";
|
||||
};
|
||||
roles.default.machines.b4l = { };
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user