Gitiles
Code Review
Sign In
git.clicks.codes
/
Infra
/
NixFiles
/
1ea7dbde3c26c64370690692d1ffbd557be8ed09
/
.
/
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
}