mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
test: vaultwarden microVM
This commit is contained in:
parent
9f6f5cda5e
commit
aa6a93c560
1 changed files with 1 additions and 4 deletions
|
|
@ -24,9 +24,7 @@ in
|
||||||
|
|
||||||
# Configure the bridge for microVM networking
|
# Configure the bridge for microVM networking
|
||||||
systemd.network = {
|
systemd.network = {
|
||||||
enable = true;
|
# Don't enable globally - you already have networking configured
|
||||||
|
|
||||||
# Create bridge interface
|
|
||||||
netdevs."10-virbr0" = {
|
netdevs."10-virbr0" = {
|
||||||
netdevConfig = {
|
netdevConfig = {
|
||||||
Kind = "bridge";
|
Kind = "bridge";
|
||||||
|
|
@ -34,7 +32,6 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Configure bridge network
|
|
||||||
networks."10-virbr0" = {
|
networks."10-virbr0" = {
|
||||||
matchConfig.Name = "virbr0";
|
matchConfig.Name = "virbr0";
|
||||||
addresses = [
|
addresses = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue