forked from CCCHH/nix-infra
Initial commit. Add configuration for NixOS Proxmox image
This commit is contained in:
commit
4193e65a04
14 changed files with 321 additions and 0 deletions
9
config/proxmox-vm/qemu-guest-agent.nix
Normal file
9
config/proxmox-vm/qemu-guest-agent.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
# A Proxmox VM qemu-guest-agent configuration.
|
||||
# Sources for this configuration:
|
||||
# - https://github.com/NixOS/nixpkgs/blob/069de7d3deafab651fd627c8f6d7e4c7b33087a2/nixos/modules/virtualisation/proxmox-image.nix#L270
|
||||
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.qemuGuest.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue