siwtch to fonts.packages
This commit is contained in:
parent
9b797bfdc2
commit
84321167f8
2 changed files with 2 additions and 1 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue