Skip to content

Commit 3cab9e2

Browse files
committed
Include qemu-guest profile in image
1 parent b837844 commit 3cab9e2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

nix/hosts/clawdinator-1-image.nix

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
{ ... }:
1+
{ modulesPath, ... }:
22
{
3+
imports = [
4+
(modulesPath + "/profiles/qemu-guest.nix")
5+
];
6+
37
networking.hostName = "clawdinator-1";
48
time.timeZone = "UTC";
59
system.stateVersion = "26.05";

0 commit comments

Comments
 (0)