Revert "Allow access to other machines’ configuration"

This reverts commit ea232b1f58.

This breaks the unlock script.
nazuna
Simon Bruder 2023-04-15 18:09:40 +02:00
parent a9e9032ab3
commit 2700ee3f50
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 10 additions and 1 deletions

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