mirror of
https://git.mediani.de/mirrors_public/oddlama_nixos-extra-modules.git
synced 2025-10-11 06:10:39 +02:00
feat: upstream node generation
This commit is contained in:
parent
f1a3f0303b
commit
93b08971cf
9 changed files with 268 additions and 48 deletions
9
modules/globals.nix
Normal file
9
modules/globals.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ lib, options, ... }:
|
||||
{
|
||||
options._globalsDefs = lib.mkOption {
|
||||
type = lib.types.unspecified;
|
||||
default = options.globals.definitions;
|
||||
readOnly = true;
|
||||
internal = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue