mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 00:57:22 +01:00
feat: initial live TSO [WIP]
This commit is contained in:
parent
444a6ee59f
commit
54fd478358
3 changed files with 235 additions and 56 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue