london: Enable kvm
This commit is contained in:
parent
52562b6b82
commit
8d0848bf13
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@
|
||||||
|
|
||||||
# Nix
|
# Nix
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
nix.settings.system-features = [
|
||||||
|
"kvm"
|
||||||
|
];
|
||||||
|
|
||||||
services.openvpn.servers = {
|
services.openvpn.servers = {
|
||||||
htb = {
|
htb = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue