infrastructure/config/hosts/shinmyoumaru/image.nix

5 lines
111 B
Nix

{ modulesPath, ... }: {
imports = [
(modulesPath + "/installer/sd-card/sd-image-raspberrypi.nix")
];
}