nixos-conf/hosts/siit-dc/configuration.nix

13 lines
183 B
Nix
Raw Normal View History

2025-02-21 02:03:23 +02:00
{ ... }:
{
networking.hostName = "siit-dc";
imports = [
../../shared/base.nix
../../servers/siit-dc.nix
2025-02-21 02:03:23 +02:00
];
# HARDWARE SPECIFIC
services.qemuGuest.enable = true;
}