siwtch to fonts.packages
This commit is contained in:
@@ -88,7 +88,7 @@ in {
|
|||||||
|
|
||||||
programs.light.enable = true;
|
programs.light.enable = true;
|
||||||
|
|
||||||
fonts.fonts = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk
|
noto-fonts-cjk
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
|
|||||||
@@ -90,6 +90,7 @@ in
|
|||||||
locations."/".extraConfig = "proxy_pass http://localhost:3001;";
|
locations."/".extraConfig = "proxy_pass http://localhost:3001;";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# TODO: fix for nixos 24.05
|
||||||
services.postgresql.ensureUsers = [
|
services.postgresql.ensureUsers = [
|
||||||
{
|
{
|
||||||
name = "grafana";
|
name = "grafana";
|
||||||
|
|||||||
Reference in New Issue
Block a user