diff options
Diffstat (limited to 'accounts/gkleen@sif/libvirt')
-rw-r--r-- | accounts/gkleen@sif/libvirt/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/libvirt/default.nix b/accounts/gkleen@sif/libvirt/default.nix index 076a0d86..a5636ce2 100644 --- a/accounts/gkleen@sif/libvirt/default.nix +++ b/accounts/gkleen@sif/libvirt/default.nix | |||
@@ -29,7 +29,8 @@ with flakeInputs.nixVirt.lib; | |||
29 | # gl.enable = true; | 29 | # gl.enable = true; |
30 | }; | 30 | }; |
31 | devices.interface = { | 31 | devices.interface = { |
32 | model.type = "virtio"; | 32 | # model.type = "virtio"; |
33 | model.type = "e1000e"; | ||
33 | type = "bridge"; | 34 | type = "bridge"; |
34 | mac.address = "52:54:00:b9:f3:ed"; | 35 | mac.address = "52:54:00:b9:f3:ed"; |
35 | source.bridge = "gre-0971"; | 36 | source.bridge = "gre-0971"; |