mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 01:55:22 +08:00
modules.services.preload: drop
This commit is contained in:
@@ -101,7 +101,6 @@ inputs:
|
|||||||
mariadb.mountFrom = "nodatacow";
|
mariadb.mountFrom = "nodatacow";
|
||||||
open-webui.ollamaHost = "127.0.0.1";
|
open-webui.ollamaHost = "127.0.0.1";
|
||||||
howdy = {};
|
howdy = {};
|
||||||
preload = {};
|
|
||||||
};
|
};
|
||||||
bugs = [ "amdpstate" ];
|
bugs = [ "amdpstate" ];
|
||||||
packages = { mathematica = {}; vasp = {}; };
|
packages = { mathematica = {}; vasp = {}; };
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
inputs:
|
|
||||||
{
|
|
||||||
options.nixos.services.preload = let inherit (inputs.lib) mkOption types; in mkOption
|
|
||||||
{ type = types.nullOr (types.submodule {}); default = null; };
|
|
||||||
config = let inherit (inputs.config.nixos.services) preload; in inputs.lib.mkIf (preload != null)
|
|
||||||
{ services.preload.enable = true; };
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user