From cdd46d802691d0e46704794d75c14913507efec2 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Sat, 8 Mar 2025 09:55:57 -0600 Subject: [PATCH] added troubleshooting note about sops-nix --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0c06fad..661f5e7 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,9 @@ Quite incomplete. * `nix flake update --recreate-lock-file` * rebuild nixos (sd) + + +## Troubleshooting + +If `sops-nix` is having trouble in WSL it could be because the user systemd set up doesn't get correctly started. +Using something like `systemctl restart user@1000` can be helpful (cf. [this link]{https://github.com/microsoft/WSL/issues/8842#issuecomment-2346387618})