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