From c2bd2c8e717b19774e1c9ac4d1d7e0638c27604d Mon Sep 17 00:00:00 2001 From: Tasia Iso Date: Fri, 17 May 2024 17:53:46 +0200 Subject: [PATCH] ffs --- README.md | 1 - hosts/stuff/configuration.nix | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 ];