aboutsummaryrefslogtreecommitdiff
path: root/profiles/hardware/synology-vm.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2026-01-24 10:55:16 -0800
committerFranck Cuny <franck@fcuny.net>2026-01-24 10:55:16 -0800
commit737b74c58de0712973f81c91aa07748c02deef70 (patch)
tree671639fb8ae43ff9482d36331cf6f706bfb01d1a /profiles/hardware/synology-vm.nix
parentupdate documentation for creating an ISO (diff)
downloadinfra-737b74c58de0712973f81c91aa07748c02deef70.tar.gz
adding a new VM for testing
Re-key all the secrets.
Diffstat (limited to '')
-rw-r--r--profiles/hardware/synology-vm.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/profiles/hardware/synology-vm.nix b/profiles/hardware/synology-vm.nix
index 053cf41..970a23c 100644
--- a/profiles/hardware/synology-vm.nix
+++ b/profiles/hardware/synology-vm.nix
@@ -15,7 +15,9 @@
"sd_mod"
"sr_mod"
];
- boot.initrd.kernelModules = [ ];
+ boot.initrd.kernelModules = [
+ "virtio_net"
+ ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];