From 66755e8a78211ed38c8d6b282d5221d97f0fe664 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Tue, 27 May 2025 22:02:57 -0500 Subject: hosts/ades: Add initial version of live ISO with ades' configuration --- hosts/ades/default.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'hosts/ades/default.nix') diff --git a/hosts/ades/default.nix b/hosts/ades/default.nix index 8f3f4e6..82496c1 100644 --- a/hosts/ades/default.nix +++ b/hosts/ades/default.nix @@ -7,7 +7,8 @@ let in mergeAttrsList ((map (h: mkHost "x86_64-linux" h - [ ./common.nix ]) + [ ./common.nix + ./users.nix ]) [ "acheron" "asphodel" @@ -20,7 +21,13 @@ mergeAttrsList ]) ++ (map (h: mkHost "x86_64-linux" h - [ ./common.nix ./${h}.nix ]) + [ ./common.nix + ./users.nix + ./${h}.nix ]) [ "styx" ])) +// mkHost "x86_64-linux" "ades-live" [ + ./common.nix + ./iso.nix +] -- cgit v1.2.3