diff options
Diffstat (limited to 'hosts/eurovm')
| -rw-r--r-- | hosts/eurovm/default.nix | 1 | ||||
| -rw-r--r-- | hosts/eurovm/disko.nix | 6 | ||||
| -rw-r--r-- | hosts/eurovm/hardware.nix | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/hosts/eurovm/default.nix b/hosts/eurovm/default.nix index 6c92b67..b487644 100644 --- a/hosts/eurovm/default.nix +++ b/hosts/eurovm/default.nix @@ -6,6 +6,7 @@ ./disko.nix ../../modules/common.nix ../../modules/sops.nix + ../../modules/acme.nix ../../modules/caddy.nix ../../modules/adguard.nix ../../modules/miniflux.nix diff --git a/hosts/eurovm/disko.nix b/hosts/eurovm/disko.nix index d1ec85c..5176340 100644 --- a/hosts/eurovm/disko.nix +++ b/hosts/eurovm/disko.nix @@ -20,8 +20,10 @@ priority = 1; }; - # 512 MiB /boot - keeps kernels/initrds out of root for clarity - ESP = { + # 512 MiB /boot - keeps kernels/initrds out of root for clarity. + # Not a real EFI System Partition (ext4, not FAT32/type EF00) - + # this is a BIOS-boot setup, GRUB just needs a plain filesystem here. + bootfs = { size = "512M"; type = "8300"; content = { diff --git a/hosts/eurovm/hardware.nix b/hosts/eurovm/hardware.nix index 50f768c..443175e 100644 --- a/hosts/eurovm/hardware.nix +++ b/hosts/eurovm/hardware.nix @@ -20,8 +20,6 @@ "sr_mod" ]; - boot.kernelModules = [ "kvm-intel" ]; - # Hetzner Cloud networking: single public interface networking = { useDHCP = false; |
