diff --git a/flake.nix b/flake.nix index 5d69a0a..ad20bb7 100644 --- a/flake.nix +++ b/flake.nix @@ -15,5 +15,13 @@ ]; format = "qcow"; }; + + example = nixos-generators.nixosGenerate { + system = "x86_64-linux"; + modules = [ + ./hosts/example.nix + ]; + format = "qcow"; + }; }; } \ No newline at end of file