From 84321167f88bae92ff3eb134659e96942179841b Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Wed, 6 Dec 2023 01:46:16 +0100 Subject: [PATCH] siwtch to fonts.packages --- hosts/nb-01.cloonar.com/modules/sway/sway.nix | 2 +- hosts/web-01.cloonar.com/modules/grafana.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/nb-01.cloonar.com/modules/sway/sway.nix b/hosts/nb-01.cloonar.com/modules/sway/sway.nix index d28a65f..763df82 100644 --- a/hosts/nb-01.cloonar.com/modules/sway/sway.nix +++ b/hosts/nb-01.cloonar.com/modules/sway/sway.nix @@ -88,7 +88,7 @@ in { programs.light.enable = true; - fonts.fonts = with pkgs; [ + fonts.packages = with pkgs; [ noto-fonts noto-fonts-cjk noto-fonts-emoji diff --git a/hosts/web-01.cloonar.com/modules/grafana.nix b/hosts/web-01.cloonar.com/modules/grafana.nix index 0424447..ca055d3 100644 --- a/hosts/web-01.cloonar.com/modules/grafana.nix +++ b/hosts/web-01.cloonar.com/modules/grafana.nix @@ -90,6 +90,7 @@ in locations."/".extraConfig = "proxy_pass http://localhost:3001;"; }; + # TODO: fix for nixos 24.05 services.postgresql.ensureUsers = [ { name = "grafana";