[Fix] Connectivity
This commit is contained in:
parent
3bfec96848
commit
afc1832fb7
14 changed files with 1462 additions and 188 deletions
|
|
@ -140,12 +140,6 @@
|
|||
description = "Environment files to load for the Iota service.";
|
||||
};
|
||||
|
||||
identitySecretFile = lib.mkOption {
|
||||
type = lib.types.nullOr lib.types.path;
|
||||
default = null;
|
||||
description = "Owner-readable file containing the passphrase for the protected Iota identity.";
|
||||
};
|
||||
|
||||
openFirewall = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
|
|
@ -267,9 +261,6 @@
|
|||
}
|
||||
// lib.optionalAttrs (cfg.environmentFiles != []) {
|
||||
EnvironmentFile = cfg.environmentFiles;
|
||||
}
|
||||
// lib.optionalAttrs (cfg.identitySecretFile != null) {
|
||||
LoadCredential = "iota-identity:${cfg.identitySecretFile}";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue