feat(services): init feature flags in the module manifest: 'manifest.features.API'

This commit is contained in:
Johannes Kirschbauer
2025-04-27 10:29:38 +02:00
parent ffa8257763
commit 8495106ec4
4 changed files with 60 additions and 13 deletions

View File

@@ -1,18 +1,5 @@
{ lib, ... }:
let
# {
# roles = {
# client = {
# machines = [
# "camina_machine"
# "vi_machine"
# ];
# };
# server = {
# machines = [ "vyr_machine" ];
# };
# };
# }
instanceOptions = lib.types.submodule {
options.roles = lib.mkOption {
description = ''