10 lines
153 B
Nix
10 lines
153 B
Nix
{ ... }: {
|
|
imports = [
|
|
./hardware.nix
|
|
./disko.nix
|
|
];
|
|
|
|
networking.hostName = "kameramann";
|
|
|
|
networking.interfaces.ens18.useDHCP = true;
|
|
}
|