empty inventories emergency-access and admin
This commit is contained in:
@@ -35,7 +35,9 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./fmt.nix
|
./fmt.nix
|
||||||
./shell.nix
|
./shell.nix
|
||||||
|
|
||||||
./machines
|
./machines
|
||||||
|
./inventories
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
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