nixos-config/configs/sterni/encfs.nix
Ingolf Wagner 54bab918d7
init
2019-10-24 02:24:33 +02:00

8 lines
157 B
Nix

{ config, lib, pkgs, ... }:
{
module.backup.services.encfs = {
"fotos".enable = true;
"desktop".enable = true;
"finance".enable = true;
};
}