feat: initial live TSO [WIP]

This commit is contained in:
Swarsel 2024-12-03 18:47:05 +01:00
parent 444a6ee59f
commit 54fd478358
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
3 changed files with 235 additions and 56 deletions

View file

@ -189,6 +189,15 @@
nixosConfigurations = {
live = lib.nixosSystem {
specialArgs = { inherit inputs outputs; };
system = "x86_64-linux";
modules = nixModules ++ [
(nixpkgs + "/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix")
./profiles/live
];
};
sandbox = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs; };
modules = [