server host config for dns and share
This commit is contained in:
parent
e010bff600
commit
bef8d4784c
7 changed files with 153 additions and 2 deletions
13
modules/hardware/homelab.nix
Normal file
13
modules/hardware/homelab.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
./core/firmware.nix
|
||||
./core/igpu.nix
|
||||
./core/tpm.nix
|
||||
];
|
||||
|
||||
boot.initrd.availableKernelModules = [ "virtio_net" "virtio_pci" "virtio_mmio" "virtio_blk" "virtio_scsi" "virtio_console" ];
|
||||
services = {
|
||||
qemuGuest.enable = true;
|
||||
spice-vdagent.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue