EdenQwQ/hosts/inspiron/os.nix
2025-03-01 22:35:08 +08:00

6 lines
128 B
Nix

{ host, ... }:
{
imports = [ ./hardware-configuration.nix ];
system.stateVersion = "23.11";
networking.hostName = host;
}