Skip to content

Instantly share code, notes, and snippets.

@nycksw
Created March 14, 2025 10:42
Show Gist options
  • Select an option

  • Save nycksw/791600758e960c3aad5685445fbbe74c to your computer and use it in GitHub Desktop.

Select an option

Save nycksw/791600758e960c3aad5685445fbbe74c to your computer and use it in GitHub Desktop.
contabo.nix
# contabo.nix: Parameters needed for Contabo's VPS environment.
{ config, pkgs, ... }:
{
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
boot.loader.grub.device = "/dev/sda";
boot.loader.grub.forceInstall = true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment