We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b837844 commit 3cab9e2Copy full SHA for 3cab9e2
nix/hosts/clawdinator-1-image.nix
@@ -1,5 +1,9 @@
1
-{ ... }:
+{ modulesPath, ... }:
2
{
3
+ imports = [
4
+ (modulesPath + "/profiles/qemu-guest.nix")
5
+ ];
6
+
7
networking.hostName = "clawdinator-1";
8
time.timeZone = "UTC";
9
system.stateVersion = "26.05";
0 commit comments