Update syncthing and update audio for rdesktop
This commit is contained in:
parent
caf53f2735
commit
a6483a97ed
1 changed files with 15 additions and 0 deletions
15
nixos/containers/rdesktop/syncthing.nix
Normal file
15
nixos/containers/rdesktop/syncthing.nix
Normal 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" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue