Move some directories around

This commit is contained in:
Charlotte Van Petegem 2021-01-06 16:03:32 +01:00
parent 443769840a
commit ecc301166e
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 12 additions and 13 deletions

View file

@ -3,7 +3,7 @@
{
chvp.zfs.homeLinks = [
{ path = ".config/syncthing"; type = "data"; }
{ path = "sync"; type = "data"; }
{ path = "sync"; type = "cache"; }
];
home-manager.users.charlotte = { pkgs, ... }: {
services.syncthing.enable = true;