We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b2a33d commit faf931bCopy full SHA for faf931b
flake.nix
@@ -20,6 +20,11 @@
20
};
21
22
23
+ nixConfig = {
24
+ substituters = ["https://cache.garnix.io"];
25
+ trusted-public-keys = ["cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="];
26
+ };
27
+
28
outputs =
29
{
30
self,
@@ -159,6 +164,8 @@
159
164
wheelNeedsPassword = false;
160
165
161
166
167
+ boot.initrd.kernelModules = [ "virtio_gpu" "virtio_pci" ];
168
162
169
virtualisation.qemu.options = [
163
170
"-vga none"
171
"-device virtio-gpu-gl-pci"
garnix.yaml
@@ -0,0 +1,4 @@
1
+build:
2
+ include:
3
+ - '*.aarch64-linux.*'
4
+ - '*.x86_64-linux.*'
0 commit comments