{ self, config, lib, pkgs, inputs, ... }: with lib; { networking = { hostName = mkDefault "infradocs"; useDHCP = false; }; imports = [ inputs.malobeo.nixosModules.malobeo.metrics ../durruti/documentation.nix ../modules/malobeo_user.nix ../modules/sshd.nix ]; malobeo.metrics = { enable = true; enablePromtail = true; logNginx = true; lokiHost = "10.0.0.14"; }; system.stateVersion = "22.11"; # Did you read the comment? }