successful update

This commit is contained in:
yaroslav
2025-10-25 17:22:52 +03:00
parent b5b60df988
commit f556367d97
5 changed files with 86 additions and 57 deletions
+12
View File
@@ -48,6 +48,18 @@
fsType = "ext4";
options = [ "x-mount.mkdir" "rw" ];
};
fileSystems."/Volumes/Games" =
{
device = "/dev/yarikpc/games";
fsType = "ext4";
options = [ "x-mount.mkdir" "rw" ];
};
fileSystems."/Volumes/ssd_g" =
{
device = "/dev/disk/by-id/ata-KINGSTON_SA400S37240G_50026B77846D940A-part1";
fsType = "btrfs";
options = [ "x-mount.mkdir" "rw" ];
};
swapDevices = [ ];
-7
View File
@@ -15,13 +15,6 @@
package = pkgs.qemu_kvm;
runAsRoot = true;
swtpm.enable = true;
ovmf = {
enable = true;
packages = [(pkgs.OVMF.override {
secureBoot = true;
tpmSupport = true;
}).fd];
};
};
};
virtualisation.containers.enable = true;