blob: a8ac3df2590faf0672870abb33cd53f7997a3bd0 [file] [log] [blame]
{ lib, ... }: {
fileSystems."/".device = lib.mkDefault "none";
# We cannot set up a system without a device on /, but we need to for overriding later
}