{ config, lib, pkgs, modulesPath, ... }: { imports = [ ]; fileSystems = { "/" = { device = "/dev/disk/by-label/NIXOS_SD"; fsType = "ext4"; options = [ "noatime" ]; }; }; }