bugfix in attrset merging
This commit is contained in:
parent
d1a7aebfc9
commit
27d663e63a
@ -72,7 +72,7 @@ in {
|
|||||||
"config.mj.base.unitstatus.enable must be true";
|
"config.mj.base.unitstatus.enable must be true";
|
||||||
lib.nameValuePair
|
lib.nameValuePair
|
||||||
"${lib.strings.sanitizeDerivationName mountpoint}-${toString i}"
|
"${lib.strings.sanitizeDerivationName mountpoint}-${toString i}"
|
||||||
{
|
({
|
||||||
doInit = true;
|
doInit = true;
|
||||||
repo = attrs.repo;
|
repo = attrs.repo;
|
||||||
encryption = {
|
encryption = {
|
||||||
@ -98,7 +98,7 @@ in {
|
|||||||
}
|
}
|
||||||
// lib.optionalAttrs (sshKeyPath != null) {
|
// lib.optionalAttrs (sshKeyPath != null) {
|
||||||
environment.BORG_RSH = ''ssh -i "${config.mj.base.zfsborg.sshKeyPath}"'';
|
environment.BORG_RSH = ''ssh -i "${config.mj.base.zfsborg.sshKeyPath}"'';
|
||||||
}
|
})
|
||||||
)
|
)
|
||||||
dirs
|
dirs
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user