added distrobox and reworked laptop config -- untested
This commit is contained in:
@@ -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.
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user