From 596455406003dda4a3842424361efcd156fa191c Mon Sep 17 00:00:00 2001
From: Leyla Becker <git@jan-leila.com>
Date: Mon, 10 Mar 2025 18:00:30 -0500
Subject: [PATCH] added task to tech debt

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 448c91d..9a1c362 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,7 @@ nix multi user, multi system, configuration with `sops` secret management, `home
 - monitor configuration in `~/.config/monitors.xml` should be sym linked to `/run/gdm/.config/monitors.xml` (https://www.reddit.com/r/NixOS/comments/u09cz9/home_manager_create_my_own_symlinks_automatically/)
 - syncthing folders should just be enabled per devices and then combined with "extraDevices" to give final folder configurations
 - syncthing folder passwords
+- nfs export should be backed by the same values for server and client
 - move fail2ban configs out of fail2ban.nix and into configs for their respective services
 - nginx config should be reworked to give a list of subdomains and then the config information to apply to each proxy
 ## New Features