update vmgaming
This commit is contained in:
@@ -14,14 +14,18 @@
|
|||||||
boot.kernelParams = [ "console=ttyS0,115200" ];
|
boot.kernelParams = [ "console=ttyS0,115200" ];
|
||||||
services.getty.autologinUser = null;
|
services.getty.autologinUser = null;
|
||||||
|
|
||||||
|
boot.extraModprobeConfig = ''
|
||||||
|
options snd_hda_intel
|
||||||
|
'';
|
||||||
|
|
||||||
# Update these labels to match your VM disks if they differ.
|
# Update these labels to match your VM disks if they differ.
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
device = "/dev/sda2";
|
device = "/dev/disk/by-uuid/5caed946-96b8-4672-a5a7-bdaa213beb76";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/boot" = {
|
fileSystems."/boot" = {
|
||||||
device = "/dev/sda1";
|
device = "/dev/disk/by-uuid/2919-0F27";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
# options = [ "fmask=0077" "dmask=0077" ];
|
# options = [ "fmask=0077" "dmask=0077" ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user