Syncthing, HM and Nixos Module

This commit is contained in:
Julia Lange 2025-08-04 18:19:58 -07:00
parent bdb1ba2249
commit 863101b6f6
Signed by: Julia
SSH key fingerprint: SHA256:50XUMcOFYPUs9/1j7p9SPnwASZ7QnxXm7THF7HkbqzQ
4 changed files with 152 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;