9 lines
157 B
Nix
9 lines
157 B
Nix
|
{ config, lib, pkgs, ... }:
|
||
|
{
|
||
|
module.backup.services.encfs = {
|
||
|
"fotos".enable = true;
|
||
|
"desktop".enable = true;
|
||
|
"finance".enable = true;
|
||
|
};
|
||
|
}
|