Revert "Allow access to other machines’ configuration"

This reverts commit ea232b1f58.

This breaks the unlock script.
This commit is contained in:
Simon Bruder 2023-04-15 18:09:40 +02:00
parent a9e9032ab3
commit 2700ee3f50
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -86,6 +86,16 @@
config.file = {
path = toString self;
useChecksum = true;
filters = [
{
type = "include";
pattern = "/machines/${hostname}/";
}
{
type = "exclude";
pattern = "/machines/*/";
}
];
};
});
command = targetPath: ''
@ -162,7 +172,6 @@
{
_module.args.inputs = inputs;
_module.args.machines = self.nixosConfigurations;
}
# deployment settings