feat(services): init feature flags in the module manifest: 'manifest.features.API'
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user