1
0
nixfiles/hosts/_iso/configuration.nix

10 lines
156 B
Nix
Raw Normal View History

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