1
0
Files
configuration
common
desktop
dn42
gpg-ssh
hydra-build-machine
proxmox-vm
default.nix
router
flake
hosts
lib
modules
pkgs
profiles
users
.gitignore
README.md
flake.lock
flake.nix
nixfiles/configuration/proxmox-vm/default.nix
2020-12-06 19:02:35 +01:00

6 lines
50 B
Nix

{ ... }:
{
services.qemuGuest.enable = true;
}