Fix typos in hardware configuration

This commit is contained in:
Elnu 2022-10-06 21:57:28 -07:00 committed by GitHub
parent 2140a281eb
commit ba8467e030
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,9 +12,9 @@
boot.extraModulePackages = [ ];
hardware.enableAllFirmware = true;
hardware.enableRedistributableFirmware = true;.
hardware.enableRedistributableFirmware = true;
filesystems = {
fileSystems = {
"/" = {
device = "/dev/disk/by-label/nixos";
fsType = "ext4";