fix nixpkgs bump issues

auto-flake-update
Yorick van Pelt 2021-01-02 20:39:48 +01:00
parent a3fce39c2a
commit db0d7bdae2
Signed by: yorick
GPG Key ID: A36E70F9DC014A15
3 changed files with 4 additions and 3 deletions

View File

@ -34,7 +34,7 @@
"--web.enable-admin-api"
];
# victoriametrics
extraConfig.remote_write = [ { url = "http://127.0.0.1:8428/api/v1/write"; } ];
remoteWrite = [ { url = "http://127.0.0.1:8428/api/v1/write"; } ];
scrapeConfigs = [ {
job_name = "smartmeter";
# prometheus doesn't support mdns :thinking_face:

View File

@ -12,7 +12,8 @@ in
../deploy/keys.nix
../services
];
networking.hostName = secrets.hostnames.${machine};
networking.domain = "yori.cc";
networking.hostName = machine;
time.timeZone = "Europe/Amsterdam";
users.mutableUsers = false;
users.users.root = {

View File

@ -24,7 +24,7 @@ in { config, lib, pkgs, ... }: {
'';
fonts = {
enableFontDir = true;
fontDir.enable = true;
enableGhostscriptFonts = true;
fonts = with pkgs; [
corefonts # Micrsoft free fonts