mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-17 14:01:24 +00:00
rename to netty
This commit is contained in:
parent
02a0f0fb64
commit
c056cd2919
7 changed files with 4 additions and 4 deletions
|
|
@ -1,26 +0,0 @@
|
|||
# Generated placeholder for netcup KVM VPS.
|
||||
# Regenerate on the actual machine with: nixos-generate-config --show-hardware-config
|
||||
{
|
||||
lib,
|
||||
modulesPath,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
(modulesPath + "/profiles/qemu-guest.nix")
|
||||
];
|
||||
|
||||
boot.initrd.availableKernelModules = [
|
||||
"virtio_pci"
|
||||
"virtio_scsi"
|
||||
"ahci"
|
||||
"sd_mod"
|
||||
];
|
||||
boot.initrd.kernelModules = [];
|
||||
boot.kernelModules = [];
|
||||
boot.extraModulePackages = [];
|
||||
|
||||
virtualisation.hypervGuest.enable = false;
|
||||
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue