Compare commits

..
2 Commits
Author SHA1 Message Date
msyds bfb68db9de fix(bepasty): workaround for nixpkgs#500538
build / build-sydpc (push) Failing after 26s
build / build-fruitbook (push) Failing after 3s
build / build-deertopia (push) Failing after 2s
https://github.com/NixOS/nixpkgs/pull/500538
2026-03-16 16:47:58 -06:00
msyds 8f36738629 refactor(bepasty): no with lib 2026-03-16 16:44:07 -06:00
+1 -1
View File
@@ -17,7 +17,7 @@ in {
};
};
config = lib.mkIf cfg.enable {
config = mkIf cfg.enable {
sydnix.sops.secrets.bepasty-secret-key = {};
sydnix.sops.secrets.bepasty-secret-config = {};