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";
|
||||
lib.nameValuePair
|
||||
"${lib.strings.sanitizeDerivationName mountpoint}-${toString i}"
|
||||
{
|
||||
({
|
||||
doInit = true;
|
||||
repo = attrs.repo;
|
||||
encryption = {
|
||||
@ -98,7 +98,7 @@ in {
|
||||
}
|
||||
// lib.optionalAttrs (sshKeyPath != null) {
|
||||
environment.BORG_RSH = ''ssh -i "${config.mj.base.zfsborg.sshKeyPath}"'';
|
||||
}
|
||||
})
|
||||
)
|
||||
dirs
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user