images: init first own images

This commit is contained in:
Felix Buehler 2023-03-12 18:50:22 +01:00
parent 2066727d19
commit 6714075109
5 changed files with 141 additions and 1 deletions

7
images/auto-install.nix Normal file
View file

@ -0,0 +1,7 @@
{ lib
, pkgs
, config
, ...
}: {
system = "asdf";
}