From e8dc9fa5167f99a1b189f2892b0608254cb7a4ef Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Mon, 30 Mar 2026 14:16:40 +0200 Subject: [PATCH] flake now automatically grabs all hosts --- flake.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index ae95711..1c44997 100644 --- a/flake.nix +++ b/flake.nix @@ -39,12 +39,7 @@ } @ inputs: let inherit (self) outputs; - hosts = [ - "luna" - "terra" - "solis" - "artemis" - ]; + hosts = nixpkgs.lib.attrNames (builtins.readDir ./machines); systems = [ "aarch64-linux"