update
This commit is contained in:
parent
6a26b24e05
commit
6636a9064d
2 changed files with 10 additions and 10 deletions
|
|
@ -11,10 +11,10 @@
|
|||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
|
||||
fileSystems."/mnt/data" =
|
||||
{ device = "/dev/disk/by-partlabel/data";
|
||||
fsType = "ext4";
|
||||
};
|
||||
# fileSystems."/mnt/data" =
|
||||
# { device = "/dev/disk/by-partlabel/data";
|
||||
# fsType = "ext4";
|
||||
# };
|
||||
|
||||
services.xserver.videoDrivers = [ "amdgpu" ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue