vps-www: Rename from vps-public

This commit is contained in:
SebastianStork 2026-03-03 22:46:14 +01:00
parent f49b1ee81d
commit 0a6ad857e0
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
8 changed files with 6 additions and 6 deletions

View file

@ -0,0 +1,15 @@
{ modulesPath, ... }:
{
imports = [ "${modulesPath}/profiles/qemu-guest.nix" ];
nixpkgs.hostPlatform = "x86_64-linux";
boot.initrd.availableKernelModules = [
"ahci"
"xhci_pci"
"virtio_pci"
"virtio_scsi"
"sd_mod"
"sr_mod"
];
}