blob: a8ac3df2590faf0672870abb33cd53f7997a3bd0 [file] [log] [blame]
Skyler Grey915067d2023-12-03 13:46:53 +00001{ lib, ... }: {
2 fileSystems."/".device = lib.mkDefault "none";
3 # We cannot set up a system without a device on /, but we need to for overriding later
4}