tangled
alpha
login
or
join now
ptr.pet
/
ark
nix machine / user configurations
2
fork
atom
overview
issues
pulls
pipelines
ark
/
modules
/
persist
/
default.nix
at
a5d4f0baacbdde5c4abbbf54d98e30ec6c5ca7b7
94 B
view raw
1
{
lib
,
.
.
.
}:
2
{
3
options
.
system
.
persistDir
=
lib
.
mkOption
{
4
type
=
lib
.
types
.
str
;
5
}
;
6
}