12 lines
129 B
Nix
12 lines
129 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
../../wifi.nix
|
|
];
|
|
|
|
networking.hostName = "Shire";
|
|
|
|
# TODO
|
|
}
|