Created
March 14, 2025 10:42
-
-
Save nycksw/791600758e960c3aad5685445fbbe74c to your computer and use it in GitHub Desktop.
contabo.nix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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