diff --git a/flake.lock b/flake.lock index 99313620..c904880d 100644 --- a/flake.lock +++ b/flake.lock @@ -294,8 +294,8 @@ ] }, "locked": { - "lastModified": 1694112967, - "narHash": "sha256-oR4NPwKQVUJC86v+neojEee/D+l8yS+57XkP38xOfwc=", + "lastModified": 1694642206, + "narHash": "sha256-pbRDA+QUb5kUcBm+eTNfuiS5nqqJeFhXda087QR2QSk=", "path": "/home/farlion/code/nixos-secrets", "type": "path" }, diff --git a/home.nix b/home.nix index 0611aed4..fa447ac0 100644 --- a/home.nix +++ b/home.nix @@ -107,7 +107,7 @@ in # Syncthing ".config/syncthing/config.xml" = lib.mkIf (isFullSetup && secrets ? syncthingConfig) { - source = secrets.syncthingConfig; + text = secrets.syncthingConfig; }; "code/.stignore" = lib.mkIf isFullSetup {