add image generation

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-06-03 11:27:04 -04:00
committed by Alice Huston
parent 16a2f66612
commit 55b7e407f1
4 changed files with 59 additions and 0 deletions

11
modules/generators.nix Normal file
View File

@ -0,0 +1,11 @@
{
config,
lib,
pkgs,
inputs,
...
}:
{
imports = [ inputs.nixos-generators.nixosModules.all-formats ];
}