diff --git a/config/nixos-8gb-fsn1-1.nix b/config/nixos-8gb-fsn1-1.nix index 83ae8eab..8cbde881 100644 --- a/config/nixos-8gb-fsn1-1.nix +++ b/config/nixos-8gb-fsn1-1.nix @@ -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" ]; diff --git a/config/server.nix b/config/server.nix index 2d0b5f82..7841eea8 100644 --- a/config/server.nix +++ b/config/server.nix @@ -2,5 +2,6 @@ { ... }: { imports = [ ./services/nginx.nix + ./services/acme.nix ]; }