Update syncthing and update audio for rdesktop

This commit is contained in:
albert 2024-08-14 09:42:29 +09:00
parent caf53f2735
commit a6483a97ed
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -0,0 +1,15 @@
{ username, ... }: {
imports = [ ../../common/services/syncthing.nix ];
services.syncthing = {
settings = {
folders = {
"notes" = {
id = "notes";
path = "/home/${username}/notes";
devices = [ "framework-server" "nixos-desktop" "nixos-framework" "rdesktop" ];
};
};
};
};
}