1
0
Fork 0
nixfiles/hosts/_iso/configuration.nix

10 lines
156 B
Nix

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