-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sops-nix.service not found #581
Comments
I'm using home manager on Arch Linux and I have the same issue. The config is pretty much the same, I even tried to remove sops config (in case a path was wrong or something).
|
Maybe @SebTM has an idea. I am not really using the home-manager integration. |
I can't reproduce the issue (built with sops-nix |
I am seeing this too. I just added sops-nix to my config for both nixos and home-manager, but the
the system-level secrets are loaded fine, but there is no user sops service. EDIT: for some reason |
I am trying to set up sops as a home-manager module. Ive followed the readme mostly, but it seems like it doen't install the sops-nix.service properly. Here are the last few lines after I do
home-manager switch --flake /path/to/flake.nix
Predictably,
systemctl status --user sops-nix.service
and variations also produce a service not found error.Trimmed down version of my flake.nix:
Trimmed down version of my home.nix file
From my understanding, the service should be automatically installed? I'm not sure if there is a small detail I missed or there is a bug in the version of sops I am using.
Any help is appreciated.
The text was updated successfully, but these errors were encountered: