11 lines
176 B
Nix
11 lines
176 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
];
|
|
|
|
networking.hostName = "dnsc-machine";
|
|
environment.systemPackages = [ ];
|
|
system.stateVersion = "25.05";
|
|
}
|