10 lines
123 B
Nix
10 lines
123 B
Nix
{
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
];
|
|
networking = {
|
|
hostId = "8bccc72b";
|
|
hostName = "server";
|
|
};
|
|
}
|