tidy up homeage config

This commit is contained in:
Pim Kunis 2023-10-16 11:21:40 +02:00
parent bbc6b95b3a
commit 7053ed60e1
3 changed files with 21 additions and 21 deletions
home/syncthing

View file

@ -5,5 +5,15 @@
services.syncthing.enable = true;
xdg.configFile."syncthing/config.xml".source = ./syncthing.xml;
xdg.userDirs.music = "${config.home.homeDirectory}/sync/Music";
homeage.file."syncthing-key.pem" = {
source = ../../secrets/syncthing-key.pem.age;
symlinks = [ "${config.xdg.configHome}/syncthing/key.pem" ];
};
homeage.file."syncthing-cert.pem" = {
source = ../../secrets/syncthing-cert.pem.age;
symlinks = [ "${config.xdg.configHome}/syncthing/cert.pem" ];
};
};
}