Syncthing, HM and Nixos Module

This commit is contained in:
Julia Lange 2025-08-04 18:19:58 -07:00
parent bdb1ba2249
commit b66a73d30e
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto
4 changed files with 151 additions and 2 deletions

View file

@ -48,6 +48,14 @@
ssh.enable = true;
librewolf.enable = true;
librewolf.make_default = true;
syncthing = {
enable = true;
devices."juri".id = "HAUUSTK-W2YD6MV-DL2T2MV-XSHSFSC-IA6P6GY-B62IC27-YKHVQLX-374FRAO";
folders."wiki" = {
path = "${config.xdg.userDirs.documents}/neowiki";
devices = [ "juri" ];
};
};
mpv.enable = true;
zathura.enable = true;