ci: don't rely on direnv for establishing the build env
This commit is contained in:
parent
9c1aa2087c
commit
73a6c216de
@ -18,11 +18,12 @@ in with lib; {
|
||||
options = {
|
||||
xinCI = {
|
||||
enable = mkEnableOption "Configure host as a xin CI host.";
|
||||
|
||||
user = mkOption {
|
||||
type = types.str;
|
||||
default = "root";
|
||||
description = ''
|
||||
User who will own the private key.
|
||||
User who will own the CI private key.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user