fix: clan services
This commit is contained in:
parent
cbd5295bd5
commit
5fda53d31d
2 changed files with 7 additions and 9 deletions
|
|
@ -3,7 +3,7 @@
|
|||
lib,
|
||||
...
|
||||
}: {
|
||||
clan.inventory.modules = {
|
||||
clan.modules = {
|
||||
remote-builders = lib.modules.importApply ./remote-builders/default.nix {inherit self;};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,14 +8,12 @@
|
|||
# These options can be set via 'roles.client.settings'
|
||||
options.supportedFeatures = lib.mkOption {
|
||||
type = with lib.types;
|
||||
listOf (
|
||||
oneOf [
|
||||
listOf (enum [
|
||||
"nixos-test"
|
||||
"benchmark"
|
||||
"big-parallel"
|
||||
"kvm"
|
||||
]
|
||||
);
|
||||
]);
|
||||
default = [];
|
||||
description = ''
|
||||
kvm | Everything which builds inside a vm, like NixOS tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue