Migrate siit-dc to flakes

This commit is contained in:
Vili Sinervä 2025-06-04 23:50:16 +03:00
parent 35b438b115
commit a4b95111ab
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos
6 changed files with 52 additions and 14 deletions

View file

@ -1,12 +1,8 @@
{ ... }:
{
networking.hostName = "siit-dc";
imports = [
../../shared/base.nix
../../shared/hardware/vm.nix
../../servers/siit-dc.nix
];
# HARDWARE SPECIFIC
services.qemuGuest.enable = true;
}