nixos/mimir: also expose mimirtool to users
This commit is contained in:
parent
a6cdcce08b
commit
d32a2bf207
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
# for mimirtool
|
||||
environment.systemPackages = [ pkgs.mimir ];
|
||||
|
||||
assertions = [{
|
||||
assertion = (
|
||||
(cfg.configuration == {} -> cfg.configFile != null) &&
|
||||
|
|
Loading…
Reference in a new issue