From eacd0d6c44911b719a94993508fa8aed60074fcd Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 25 Mar 2025 12:34:51 -0400 Subject: [PATCH] fix slskd env --- services/soulseek.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/soulseek.nix b/services/soulseek.nix index 86ba93c..5efa77f 100644 --- a/services/soulseek.nix +++ b/services/soulseek.nix @@ -13,7 +13,7 @@ in users.groups."music" = { }; system.activationScripts = { - "zfs-key".text = '' + "skskd_env".text = '' #!/bin/sh rm -fr ${slskd_env} || true cp ${../secrets/slskd_env} ${slskd_env}