This commit is contained in:
2025-08-06 14:34:35 +03:00
parent 2dd71c7367
commit 28a952f6c3
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -4,7 +4,5 @@
... ...
}: }:
{ {
config = lib.mkIf (config.xlib.device.type == "server") { imports = [ ./stirling-pdf.nix ];
imports = [ ./stirling-pdf.nix ];
};
} }
+1 -1
View File
@@ -9,7 +9,7 @@
# config.allowUnfree = true; # config.allowUnfree = true;
# }; # temp # }; # temp
# in # in
{ lib.mkIf (config.xlib.device.type == "server") {
services.stirling-pdf = { services.stirling-pdf = {
enable = true; enable = true;
environment = { environment = {