diff options
| author | Grigory Shipunov | 2023-05-30 01:09:14 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2023-05-30 01:09:14 +0200 |
| commit | 8147c9c75791c07fcb37cbb7421f7ce7fc879a94 (patch) | |
| tree | 46e1f07118344a0d36737c37576370473024a139 /hosts | |
| parent | 1e98c823ea1d0cb9c5348a8ebb43a58a77bf9cce (diff) | |
cleanup
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/dishwasher/mcvm-network.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/dishwasher/mcvm-network.nix b/hosts/dishwasher/mcvm-network.nix index 9f5ce6c..b471c2e 100644 --- a/hosts/dishwasher/mcvm-network.nix +++ b/hosts/dishwasher/mcvm-network.nix @@ -1,4 +1,5 @@ -{ config, pkgs, ... }: { +{ ... }: +{ systemd.network = { netdevs."microvm-bridge".netdevConfig = { Kind = "bridge"; |
