Files
nix/hosts/live/default.nix
T
Miguel Palhas 5d0b7e26f5 live cd
2024-09-29 17:53:45 +01:00

8 lines
173 B
Nix

{ inputs, pkgs, modulesPath, ... }: {
imports = [
(modulesPath + "/installer/cd-dvd/installation-cd-minimal.nix")
../common/global
../common/docker.nix
];
}