✨ [pi4] Split module config
This commit is contained in:
12
hosts/pi4/hardware.nix
Normal file
12
hosts/pi4/hardware.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
fileSystems = {
|
||||
"/" = {
|
||||
device = "/dev/disk/by-label/NIXOS_SD";
|
||||
fsType = "ext4";
|
||||
options = [ "noatime" ];
|
||||
};
|
||||
# TODO mount ext hdd
|
||||
};
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
}
|
Reference in New Issue
Block a user