1
0

add custom nixos install iso

This commit is contained in:
2023-02-26 18:45:26 +01:00
parent c22975bdcd
commit 01a5bcce57
6 changed files with 109 additions and 39 deletions

View File

@@ -0,0 +1,9 @@
{ pkgs, lib, modulesPath, ... }:
{
imports = [
(modulesPath + "/installer/cd-dvd/installation-cd-base.nix")
];
networking.hostName = "isowo";
}