nix/hosts/W530/default.nix

5 lines
102 B
Nix

{ ... }: {
imports = [ ./hardware.nix ];
networking.hostName = "W530"; # Define your hostname.
}