laptop install

This commit is contained in:
k
2024-08-22 21:54:41 -04:00
parent bb8c3b725b
commit d37183d46e
2 changed files with 5 additions and 11 deletions

View File

@@ -12,24 +12,19 @@
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
hardware.opengl.driSupport32Bit = true;
fileSystems."/" =
{ device = "/dev/disk/by-uuid/9c2b187e-a9db-48f1-adce-dd9311675223";
{ device = "/dev/disk/by-uuid/a7301069-c11f-411e-9a23-446744c3ae76";
fsType = "ext4";
};
boot.initrd.luks.devices."luks-665ec0f0-45b9-413f-adff-e7c4d734f832".device = "/dev/disk/by-uuid/665ec0f0-45b9-413f-adff-e7c4d734f832";
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/5D11-53E2";
{ device = "/dev/disk/by-uuid/19F3-CD7E";
fsType = "vfat";
};
swapDevices =
[ { device = "/dev/disk/by-uuid/0dfad18a-8bd0-430c-99c4-135daa6fb892"; }
[ { device = "/dev/disk/by-uuid/d9df94a1-5088-468c-839d-f4cd10cb7e5f"; }
];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
@@ -45,6 +40,4 @@
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.initrd.luks.devices."luks-4d1ff260-d134-4b6c-80ef-5f5b74c87988".device = "/dev/disk/by-uuid/4d1ff260-d134-4b6c-80ef-5f5b74c87988";
}