Revert "Allow access to other machines’ configuration"
This reverts commit ea232b1f58
.
This breaks the unlock script.
This commit is contained in:
parent
a9e9032ab3
commit
2700ee3f50
11
flake.nix
11
flake.nix
|
@ -86,6 +86,16 @@
|
||||||
config.file = {
|
config.file = {
|
||||||
path = toString self;
|
path = toString self;
|
||||||
useChecksum = true;
|
useChecksum = true;
|
||||||
|
filters = [
|
||||||
|
{
|
||||||
|
type = "include";
|
||||||
|
pattern = "/machines/${hostname}/";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
type = "exclude";
|
||||||
|
pattern = "/machines/*/";
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
command = targetPath: ''
|
command = targetPath: ''
|
||||||
|
@ -162,7 +172,6 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
_module.args.inputs = inputs;
|
_module.args.inputs = inputs;
|
||||||
_module.args.machines = self.nixosConfigurations;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# deployment settings
|
# deployment settings
|
||||||
|
|
Loading…
Reference in a new issue