Syncthing, HM and Nixos Module
This commit is contained in:
parent
bdb1ba2249
commit
863101b6f6
4 changed files with 152 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue