diff options
| author | Max Audron <audron@cocaine.farm> | 2025-08-11 12:02:45 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2025-08-11 12:02:45 +0200 |
| commit | fc6c1353a936884f50bcd727422b6606d17bc63b (patch) | |
| tree | 46cdb9c696066d1615eb433c939dd20f873c9e98 /modules/hetzner | |
| parent | add prometheus alerting rules (diff) | |
add mail server
Diffstat (limited to 'modules/hetzner')
| -rw-r--r-- | modules/hetzner/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hetzner/default.nix b/modules/hetzner/default.nix index d24908d..af44deb 100644 --- a/modules/hetzner/default.nix +++ b/modules/hetzner/default.nix @@ -3,7 +3,7 @@ { imports = [ (modulesPath + "/profiles/qemu-guest.nix") ]; - boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "xen_blkfront" "vmw_pvscsi" ]; + boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "xen_blkfront" ]; boot.initrd.kernelModules = [ "nvme" ]; boot.loader.grub.device = "/dev/sda"; |
