flake.nix | attempt to get iso for vm
This commit is contained in:
parent
555c4e55e3
commit
83d11415de
1 changed files with 5 additions and 1 deletions
|
|
@ -82,7 +82,11 @@
|
||||||
specialArgs = {inherit inputs outputs;};
|
specialArgs = {inherit inputs outputs;};
|
||||||
};
|
};
|
||||||
vm = lib.nixosSystem {
|
vm = lib.nixosSystem {
|
||||||
modules = [./hosts/vm];
|
modules = [
|
||||||
|
"${nixpkgs}/nixos/modules/installer/cd-dvd/installation-cd-graphical-gnome.nix"
|
||||||
|
"${nixpkgs}/nixos/modules/installer/cd-dvd/channel.nix"
|
||||||
|
./hosts/vm
|
||||||
|
];
|
||||||
specialArgs = {inherit inputs outputs;};
|
specialArgs = {inherit inputs outputs;};
|
||||||
};
|
};
|
||||||
harper2 = lib.nixosSystem {
|
harper2 = lib.nixosSystem {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue