mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 06:30:10 +03:00
some try
This commit is contained in:
@@ -4,7 +4,5 @@
|
|||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
config = lib.mkIf (config.xlib.device.type == "server") {
|
imports = [ ./stirling-pdf.nix ];
|
||||||
imports = [ ./stirling-pdf.nix ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user