Add grafana to nixos-8gb-fsn1-1
This commit is contained in:
parent
9c5c819490
commit
1020d9fb5a
2 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
./grub.nix
|
||||
./server.nix
|
||||
./services/named.nix
|
||||
./services/acme.nix
|
||||
./services/grafana.nix
|
||||
];
|
||||
|
||||
boot.initrd.availableKernelModules = [ "ata_piix" "virtio_pci" "virtio_scsi" "xhci_pci" "sd_mod" "sr_mod" ];
|
||||
|
|
|
@ -2,5 +2,6 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
./services/nginx.nix
|
||||
./services/acme.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue