From b526da9137d00758b33e488e62d98912e2d66270 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Tue, 29 Dec 2020 16:14:09 +0100 Subject: [PATCH] WiP! use AHCI in tor configuration --- nixos-configurations/tor-relay.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos-configurations/tor-relay.nix b/nixos-configurations/tor-relay.nix index a591e13..4e4afe3 100644 --- a/nixos-configurations/tor-relay.nix +++ b/nixos-configurations/tor-relay.nix @@ -1,6 +1,7 @@ { config, lib, pkgs, ... }: { + genode.boot.storeBackend = "ahci"; networking.interfaces.eth0 = { genode.driver = "virtio";