From ef9e1d7e6ac5bfe9463e3c5b5bc1fe936383219a Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Sat, 21 Sep 2024 16:44:22 -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 bb41e97..1ef5e50 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ set up git configuration for local development: `git config --local include.path - allowUnfree should be enabled user side not host side (this isn't enabled at all right now for some reason???) - vscode extensions should be in own flake (make sure to add the nixpkgs.overlays in it too) - server service system users should also be on local systems for file permission reasons +- join config for systemd.tmpfiles.rules and service directory bindings ## New Features - GNOME default monitors per hardware configuration? - offline access for nfs mounts (overlay with rsync might be a good option here? https://www.spinics.net/lists/linux-unionfs/msg07105.html note about nfs4 and overlay fs)