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