Nix Flakes configuration for MacOS, NixOS and WSL
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feqt(nyx): update hardware config

benjamin bc5ea3db b8c30960

+4 -4
+4 -4
hosts/nyx/hardware-configuration.nix
··· 14 14 boot.extraModulePackages = [ ]; 15 15 16 16 fileSystems."/" = 17 - { device = "/dev/disk/by-uuid/34ba8a09-a0fe-43cd-a1ce-f5f2eed89c19"; 17 + { device = "/dev/disk/by-uuid/fd217360-823a-44b2-a85c-9eb968aa8a51"; 18 18 fsType = "ext4"; 19 19 }; 20 20 21 21 fileSystems."/boot" = 22 - { device = "/dev/disk/by-uuid/953A-60B2"; 22 + { device = "/dev/disk/by-uuid/20F1-277B"; 23 23 fsType = "vfat"; 24 24 options = [ "fmask=0077" "dmask=0077" ]; 25 25 }; 26 26 27 27 swapDevices = 28 - [ { device = "/dev/disk/by-uuid/fc67717a-2406-4359-a6ea-0d1e9996f8fc"; } 28 + [ { device = "/dev/disk/by-uuid/601b70b8-49df-47fa-ace0-0a452ef9d4f6"; } 29 29 ]; 30 30 31 31 # Enables DHCP on each ethernet and wireless interface. In case of scripted networking ··· 37 37 38 38 nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; 39 39 hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; 40 - } 40 + }