fix: fix qemu for using hetzner

This commit is contained in:
Jet 2026-03-14 18:33:50 -07:00
parent a4ae929c4e
commit bbf4473659
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -1,7 +1,8 @@
{ config, pkgs, inputs, ... }:
{ config, pkgs, inputs, modulesPath, ... }:
{
imports = [
(modulesPath + "/profiles/qemu-guest.nix")
./agenix.nix
./modules/minecraft.nix
./modules/hardening.nix