mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Create custom iso
This commit is contained in:
parent
b2351be830
commit
a4fca57ff7
6 changed files with 82 additions and 1 deletions
|
|
@ -19,5 +19,12 @@ in
|
|||
inherit specialArgs;
|
||||
modules = modulesOf "inspiron";
|
||||
};
|
||||
installer = inputs.nixpkgs.lib.nixosSystem {
|
||||
inherit specialArgs;
|
||||
modules = [
|
||||
{ networking.hostName = "installer"; }
|
||||
"${self}/hosts/installer"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue