nix-config/hosts/dnsc-machine/default.nix
2026-03-03 21:36:01 +01:00

11 lines
176 B
Nix

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