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