wip: add julia server with wordpress

This commit is contained in:
Ranomier 2025-05-13 19:02:56 +02:00
parent 3efa686d83
commit e831b0f402
8 changed files with 198 additions and 2 deletions

11
hosts/ext-julia/boot.nix Normal file
View file

@ -0,0 +1,11 @@
{
# Use the GRUB 2 boot loader.
boot.loader.grub = {
enable = true;
# efiSupport = true;
# efiInstallAsRemovable = true;
# Define on which hard drive you want to install Grub.
device = "/dev/vda"; # or "nodev" for efi only
};
# boot.loader.efi.efiSysMountPoint = "/boot/efi";
}