Add live ISO

This commit is contained in:
Pedro Rey Anca 2024-07-12 12:42:50 +02:00
parent 9fc91bf87b
commit 4085835b01
3 changed files with 53 additions and 0 deletions

View file

@ -75,6 +75,17 @@
inherit self inputs username;
};
};
fruesos-live = nixpkgs.lib.nixosSystem {
inherit system;
modules = [
(nixpkgs + "/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix")
(import ./hosts/fruesos-live)
];
specialArgs = {
host = "fruesos-live";
inherit self inputs username;
};
};
};
};
}