Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lizelive committed Oct 29, 2023
1 parent 1c0cc9e commit cffbebf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions blathers/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

networking.firewall.allowedTCPPorts = [ 5432 ];
networking.firewall.enable = false;

services.prometheus.enable = true;

services.grafana = {
enable = true;
settings = {
Expand Down
5 changes: 3 additions & 2 deletions hardware/dell/alienware/0TYR0X.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
Expand All @@ -24,4 +25,4 @@

nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
}
}
3 changes: 2 additions & 1 deletion hardware/lenovo/thinkstation/p620.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
Expand Down
3 changes: 2 additions & 1 deletion hardware/qnap/tvs-671.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
Expand Down

0 comments on commit cffbebf

Please sign in to comment.