Update nixpkgs-unstable
This commit is contained in:
parent
a3e4298d0a
commit
acf1e42b69
4 changed files with 5 additions and 22 deletions
|
@ -8,7 +8,7 @@ with lib;
|
|||
packages = with pkgs; mkForce [
|
||||
noto-fonts-emoji-blob-bin
|
||||
ibm-plex
|
||||
(nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
|
||||
nerd-fonts.symbols-only
|
||||
noto-fonts
|
||||
(pkgs.noto-fonts-cjk-sans or pkgs.noto-fonts-cjk)
|
||||
merriweather
|
||||
|
|
|
@ -39,7 +39,7 @@ in
|
|||
|
||||
services.harmonia = mkIf cfg.enableServer {
|
||||
enable = true;
|
||||
signKeyPath = cfg.privateKeyFile;
|
||||
signKeyPaths = [ cfg.privateKeyFile ];
|
||||
settings = {
|
||||
bind = bindAddr;
|
||||
priority = 45;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue