fix: fix qemu for using hetzner
This commit is contained in:
parent
a4ae929c4e
commit
bbf4473659
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue