type err fix
This commit is contained in:
parent
6327c2e59f
commit
69fda3b931
1 changed files with 4 additions and 0 deletions
|
@ -46,6 +46,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
config = lib.mkIf config.services.jank-client.enable {
|
config = lib.mkIf config.services.jank-client.enable {
|
||||||
|
environment.systemPackages = [
|
||||||
|
(lib.getExe pkgs.callPackage
|
||||||
|
config.services.jank-client.package)
|
||||||
|
];
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoPrune.enable = true;
|
autoPrune.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue