Fix typos in hardware configuration
This commit is contained in:
parent
2140a281eb
commit
ba8467e030
1 changed files with 2 additions and 2 deletions
|
@ -12,9 +12,9 @@
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
|
||||||
hardware.enableAllFirmware = true;
|
hardware.enableAllFirmware = true;
|
||||||
hardware.enableRedistributableFirmware = true;.
|
hardware.enableRedistributableFirmware = true;
|
||||||
|
|
||||||
filesystems = {
|
fileSystems = {
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "/dev/disk/by-label/nixos";
|
device = "/dev/disk/by-label/nixos";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
|
|
Loading…
Add table
Reference in a new issue