5 lines
102 B
Nix
5 lines
102 B
Nix
{ ... }: {
|
|
imports = [ ./hardware.nix ];
|
|
|
|
networking.hostName = "W530"; # Define your hostname.
|
|
}
|