diff --git a/inventories/default.nix b/inventories/default.nix index c1e4220..dbd953b 100644 --- a/inventories/default.nix +++ b/inventories/default.nix @@ -14,13 +14,6 @@ inventory = { instances = { - emergency-access = { - module = { - name = "emergency-access"; - input = "clan-core"; - }; - roles.default.tags."all" = { }; - }; pocket-id = { module = { @@ -43,9 +36,6 @@ admin = { default.config.allowedKeys = [ ]; }; - root-password."default" = { - roles.default.machines = [ "b4l" ]; - }; }; };