Add grafana to nixos-8gb-fsn1-1

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-14 21:06:22 +01:00
parent 9c5c819490
commit 1020d9fb5a
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5
2 changed files with 2 additions and 1 deletions

View file

@ -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" ];

View file

@ -2,5 +2,6 @@
{ ... }: {
imports = [
./services/nginx.nix
./services/acme.nix
];
}