6 lines
118 B
Nix
6 lines
118 B
Nix
|
{ pkgs, ... }: {
|
||
|
imports = [ ./hardware.nix ];
|
||
|
system.stateVersion = "23.11";
|
||
|
networking.hostName = "lenovo";
|
||
|
}
|