Re-generate `hardware-configuration.nix`

finchie
Jun 3, 2024, 5:24 PM
NTULMTAWKDS7SIJZ7E2ACLIHUR3F6QWS2FYMRZ2GM75V3MQBNHIQC

Dependencies

  • [2] RKLWZOVS Update hardware-configuration.nix to reflect new swap partition
  • [3] 6I2HQYU2 Add basic flake configuration
  • [4] VVNVU6K7 Auto-format Nix code

Change contents

  • replacement in hardware-configuration.nix at line 11
    [3.361][2.58:143]()
    boot.initrd.availableKernelModules = [ "ehci_pci" "ahci" "usb_storage" "sd_mod" ];
    [3.361]
    [3.466]
    boot.initrd.availableKernelModules = [ "ehci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];
  • edit in hardware-configuration.nix at line 24
    [3.797]
    [3.797]
    options = [ "fmask=0022" "dmask=0022" ];