nixos-config/configurations/syncthing/default.nix
2020-05-03 17:40:09 +02:00

7 lines
107 B
Nix

{ ... }:
{
home-manager.users.charlotte = { pkgs, ... }: {
services.syncthing.enable = true;
};
}