mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 18:34:56 +08:00
6 lines
128 B
Nix
6 lines
128 B
Nix
{ host, ... }:
|
|
{
|
|
imports = [ ./hardware-configuration.nix ];
|
|
system.stateVersion = "23.11";
|
|
networking.hostName = host;
|
|
}
|