feat(reimu): new container

This commit is contained in:
arcnmx 2024-01-27 20:16:54 -08:00
parent 196dc999db
commit 1cb5fd9285
7 changed files with 168 additions and 3 deletions

View file

@ -60,7 +60,7 @@ with lib; {
};
jobs = let
enabledHosts = ["hakurei" "tei" "mediabox" "ct"];
enabledHosts = ["hakurei" "reimu" "tei" "mediabox" "ct"];
in
mapAttrs' (k: nameValuePair "${k}") (genAttrs enabledHosts (host: {
tasks.${host}.inputs = channels.nixfiles.nixosConfigurations.${host}.config.system.build.toplevel;