mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +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;
|
||||
# }; # temp
|
||||
# in
|
||||
{
|
||||
lib.mkIf (config.xlib.device.type == "server") {
|
||||
services.stirling-pdf = {
|
||||
enable = true;
|
||||
environment = {
|
||||
|
||||
Reference in New Issue
Block a user