empty inventories emergency-access and admin
This commit is contained in:
19
inventories/default.nix
Normal file
19
inventories/default.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{ inputs, self, ... }:
|
||||
{
|
||||
clan = {
|
||||
inventory = {
|
||||
|
||||
instances.emergency-access = {
|
||||
module = {
|
||||
name = "emergency-access";
|
||||
input = "clan-core";
|
||||
};
|
||||
roles.default.tags."all" = { };
|
||||
};
|
||||
|
||||
services.admin = {
|
||||
default.config.allowedKeys = [ ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user