london: Enable kvm

This commit is contained in:
Victor Mignot 2025-02-11 13:32:08 +01:00
parent 52562b6b82
commit 8d0848bf13
Signed by: dala
SSH key fingerprint: SHA256:+3O9MhlDc2tJL0n+E+Myr7nL+74DP9AXdIXHmIqZTkY

View file

@ -19,6 +19,9 @@
# Nix
nixpkgs.config.allowUnfree = true;
nix.settings.system-features = [
"kvm"
];
services.openvpn.servers = {
htb = {