Skip to content

Commit

Permalink
chore: readd images
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Feb 16, 2024
1 parent 2f79238 commit d4b127e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hosts/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
lib,
self,
withSystem,
...
}: let
Expand Down Expand Up @@ -98,6 +99,12 @@ in
}
])

{
images = {
lilith = self.nixosConfigurations.lilith.config.system.build.isoImage;
};
}

{
deploy = {
remoteBuild = true;
Expand Down

0 comments on commit d4b127e

Please sign in to comment.