aboutsummaryrefslogtreecommitdiff
path: root/modules/hetzner/default.nix
blob: af44deb0b733329c236a758dbb545e8f4e8c9ec5 (plain)
1
2
3
4
5
6
7
8
9
10
11
{ config, lib, pkgs, modulesPath, ... }:

{
  imports = [ (modulesPath + "/profiles/qemu-guest.nix") ];

  boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "xen_blkfront" ];
  boot.initrd.kernelModules = [ "nvme" ];
  boot.loader.grub.device = "/dev/sda";

  fileSystems."/" = { device = "/dev/sda1"; fsType = "ext4"; };
}
tanka deploy for CIMax Audron-32/+69 2021-06-05remove tanka vendoringMax Audron-27651/+0 2021-05-26Release 1.0.1Max Audron-3/+3 2021-05-26fix log breaking once buffer fullMax Audron-2/+33 2021-05-16add deployment stuffMax Audron-6/+27786 2021-05-15add container buildMax Audron-2/+35