jenkins: Include Deja-Vu fonts in system environment to silence jenkins warning.
This commit is contained in:
parent
453a60ed95
commit
241160aacc
@ -145,6 +145,11 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
# server references the dejavu fonts
|
||||||
|
environment.systemPackages = [
|
||||||
|
pkgs.dejavu_fonts
|
||||||
|
];
|
||||||
|
|
||||||
users.extraGroups = optional (cfg.group == "jenkins") {
|
users.extraGroups = optional (cfg.group == "jenkins") {
|
||||||
name = "jenkins";
|
name = "jenkins";
|
||||||
gid = config.ids.gids.jenkins;
|
gid = config.ids.gids.jenkins;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user