Gitiles
Code Review
Sign In
git.clicks.codes
/
Infra
/
NixFiles
/
ad0a5935480f1bd799e4502843b1c7469611d14d
/
.
/
modules
/
common
/
filesystems.nix
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
}