Re-generate `hardware-configuration.nix`
Dependencies
- [2]
RKLWZOVSUpdate hardware-configuration.nix to reflect new swap partition - [3]
6I2HQYU2Add basic flake configuration - [4]
VVNVU6K7Auto-format Nix code
Change contents
- replacement in hardware-configuration.nix at line 11
boot.initrd.availableKernelModules = [ "ehci_pci" "ahci" "usb_storage" "sd_mod" ];boot.initrd.availableKernelModules = [ "ehci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ]; - edit in hardware-configuration.nix at line 24
options = [ "fmask=0022" "dmask=0022" ];