From 0b70da3ac91d326f1847aef41ddb8a3a2a897dd5 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 22 Aug 2024 23:59:29 +0200 Subject: [PATCH] fixup! hosts: nixos: porthos: services: enable pdf-edit --- hosts/nixos/porthos/services.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nixos/porthos/services.nix b/hosts/nixos/porthos/services.nix index 2555bee..0d10e65 100644 --- a/hosts/nixos/porthos/services.nix +++ b/hosts/nixos/porthos/services.nix @@ -130,7 +130,7 @@ in # Sometimes, editing PDFs is useful pdf-edit = { enable = true; - loginFile = secrets."stirling-pdf/login".path; + loginFile = secrets."pdf-edit/login".path; }; # The whole *arr software suite pirate = {