mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-23 05:18:27 +01:00
meta/sites: Rename from meta.services
This commit is contained in:
parent
1c80dbef8b
commit
19548f8486
23 changed files with 24 additions and 24 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
options.custom.meta.services = lib.mkOption {
|
||||
options.custom.meta.sites = lib.mkOption {
|
||||
type = lib.types.attrsOf (
|
||||
lib.types.submodule (
|
||||
{ name, config, ... }:
|
||||
Loading…
Add table
Add a link
Reference in a new issue