mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 14:14:58 +08:00
Disable systemd service outside of Linux
This commit is contained in:
parent
466d039190
commit
c3d2a46e44
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ in {
|
|||
}]) cfg.secrets)
|
||||
);
|
||||
|
||||
systemd.user.services.sops-nix = {
|
||||
systemd.user.services.sops-nix = lib.mkIf pkgs.stdenv.hostPlatform.isLinux {
|
||||
Unit = {
|
||||
Description = "sops-nix activation";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue