From 00018ccf922daf89f2f3778af6d24cb3b3708eac Mon Sep 17 00:00:00 2001 From: Mel Date: Tue, 21 Apr 2026 16:02:53 +0200 Subject: Move truite to a better machine and Russian hosting provider Signed-off-by: Mel --- machines/truite/hardware.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'machines/truite/hardware.nix') diff --git a/machines/truite/hardware.nix b/machines/truite/hardware.nix index b60a848..0936388 100644 --- a/machines/truite/hardware.nix +++ b/machines/truite/hardware.nix @@ -4,20 +4,21 @@ { config, lib, pkgs, modulesPath, ... }: { - imports = [ ]; + imports = + [ (modulesPath + "/profiles/qemu-guest.nix") + ]; - boot.initrd.availableKernelModules = [ "ata_piix" "sd_mod" ]; + boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "virtio_pci" "virtio_scsi" "sd_mod" "sr_mod" ]; boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ ]; + boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/a029352d-e2e9-432d-ae2a-43921652ea8b"; + { device = "/dev/disk/by-uuid/7eece4ee-4027-4c10-b080-86fca470b915"; fsType = "ext4"; }; swapDevices = [ ]; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; - virtualisation.hypervGuest.enable = true; } -- cgit 1.4.1