diff --git a/README.md b/README.md index 1a96c4e..d8b90dd 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,6 @@ add to git: `git config --global user.signingkey ~/.ssh/id_ed25519` - `google-authenticator -td -r 5 -R 60 -w 2` - ## Hosts ### theseus diff --git a/hosts/stuff/configuration.nix b/hosts/stuff/configuration.nix index 8c1b3dd..75706c4 100644 --- a/hosts/stuff/configuration.nix +++ b/hosts/stuff/configuration.nix @@ -27,6 +27,11 @@ in { sshKeys.tasia.yaseen ]; + services.syncthing = { + dataDir = lib.mkForce "/home/user/Sync/data"; + configDir = lib.mkForce "/home/user/Sync/configuration"; + }; + environment.systemPackages = with pkgs; [ # Additional system packages here ];