successful update
This commit is contained in:
@@ -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 = [ ];
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user