diff --git a/nix/system/framework/configuration.nix b/nix/system/framework/configuration.nix index 8ca3f4f..dfe5c24 100644 --- a/nix/system/framework/configuration.nix +++ b/nix/system/framework/configuration.nix @@ -151,8 +151,8 @@ user = "haak"; dataDir = "/home/haak/synced"; configDir = "/home/haak/synced/.config/syncthing"; - cert = if builtins.pathExists "/home/haak/dotfiles/secrets//syncthing/cert.pem" then "/home/haak/dotfiles/secrets//syncthing/cert.pem" else null; - key = if builtins.pathExists "/home/haak/dotfiles/secrets//syncthing/key.pem" then "/home/haak/dotfiles/secrets//syncthing/key.pem" else null; + cert = if builtins.pathExists "/home/haak/dotfiles/secrets/syncthing/cert.pem" then "/home/haak/dotfiles/secrets/syncthing/cert.pem" else null; + key = if builtins.pathExists "/home/haak/dotfiles/secrets/syncthing/key.pem" then "/home/haak/dotfiles/secrets/syncthing/key.pem" else null; }; location.provider = "geoclue2";