diff --git a/blathers/configuration.nix b/blathers/configuration.nix index 5206cb1..f92c6bb 100644 --- a/blathers/configuration.nix +++ b/blathers/configuration.nix @@ -13,9 +13,9 @@ networking.firewall.allowedTCPPorts = [ 5432 ]; networking.firewall.enable = false; - + services.prometheus.enable = true; - + services.grafana = { enable = true; settings = { diff --git a/hardware/dell/alienware/0TYR0X.nix b/hardware/dell/alienware/0TYR0X.nix index a1a91cf..b3c5c49 100644 --- a/hardware/dell/alienware/0TYR0X.nix +++ b/hardware/dell/alienware/0TYR0X.nix @@ -5,7 +5,8 @@ { imports = - [ (modulesPath + "/installer/scan/not-detected.nix") + [ + (modulesPath + "/installer/scan/not-detected.nix") ]; boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "sd_mod" ]; @@ -24,4 +25,4 @@ nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; -} \ No newline at end of file +} diff --git a/hardware/lenovo/thinkstation/p620.nix b/hardware/lenovo/thinkstation/p620.nix index d6e70d1..94e6153 100644 --- a/hardware/lenovo/thinkstation/p620.nix +++ b/hardware/lenovo/thinkstation/p620.nix @@ -5,7 +5,8 @@ { imports = - [ (modulesPath + "/installer/scan/not-detected.nix") + [ + (modulesPath + "/installer/scan/not-detected.nix") ]; boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usb_storage" "sd_mod" ]; diff --git a/hardware/qnap/tvs-671.nix b/hardware/qnap/tvs-671.nix index 9a38fc0..768b396 100644 --- a/hardware/qnap/tvs-671.nix +++ b/hardware/qnap/tvs-671.nix @@ -5,7 +5,8 @@ { imports = - [ (modulesPath + "/installer/scan/not-detected.nix") + [ + (modulesPath + "/installer/scan/not-detected.nix") ]; boot.initrd.availableKernelModules = [ "xhci_pci" "ehci_pci" "ahci" "nvme" "usb_storage" "sd_mod" ];