flake now automatically grabs all hosts
This commit is contained in:
parent
ef619a885d
commit
e8dc9fa516
1 changed files with 1 additions and 6 deletions
|
|
@ -39,12 +39,7 @@
|
||||||
} @ inputs: let
|
} @ inputs: let
|
||||||
inherit (self) outputs;
|
inherit (self) outputs;
|
||||||
|
|
||||||
hosts = [
|
hosts = nixpkgs.lib.attrNames (builtins.readDir ./machines);
|
||||||
"luna"
|
|
||||||
"terra"
|
|
||||||
"solis"
|
|
||||||
"artemis"
|
|
||||||
];
|
|
||||||
|
|
||||||
systems = [
|
systems = [
|
||||||
"aarch64-linux"
|
"aarch64-linux"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue