Gitiles
Code Review
Sign In
git.clicks.codes
/
Infra
/
NixFiles
/
b8ee13a4bbc7bc663abc2b5c88fdadd20b16d0f2
/
.
/
modules
/
ecryptfs.nix
blob: e3bf048f1b2f4b3ed2a8ccf6ab3feb1a1733a262 [
file
] [
log
] [
blame
]
{
pkgs
,
...
}:
{
environment
.
systemPackages
=
with
pkgs
;
[
ecryptfs
];
}