added distrobox and reworked laptop config -- untested

This commit is contained in:
k
2024-08-19 02:55:36 -04:00
parent 6c82b7f348
commit 334931677b
3 changed files with 13 additions and 17 deletions

View File

@@ -14,7 +14,7 @@
boot.extraModulePackages = [ ];
hardware.opengl.driSupport32Bit = true;
services.fwupd.enable = true;
fileSystems."/" =
{ device = "/dev/disk/by-uuid/9c2b187e-a9db-48f1-adce-dd9311675223";
@@ -41,12 +41,10 @@
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
hardware.sensor.iio.enable = true;
# 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";
networking.hostName = "laptop"; # Define your hostname.
}