nixos/tmproot: Add boltd
This commit is contained in:
@@ -386,6 +386,9 @@ in
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
(mkIf config.services.hardware.bolt.enable {
|
||||||
|
my.tmproot.persistence.config.directories = [ "/var/lib/boltd" ];
|
||||||
|
})
|
||||||
]))
|
]))
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user