This commit is contained in:
Miguel Palhas
2024-09-29 17:53:45 +01:00
parent 327b575dc5
commit 5d0b7e26f5
6 changed files with 49 additions and 30 deletions
+7
View File
@@ -0,0 +1,7 @@
{ inputs, pkgs, modulesPath, ... }: {
imports = [
(modulesPath + "/installer/cd-dvd/installation-cd-minimal.nix")
../common/global
../common/docker.nix
];
}