mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
remove bridge
This commit is contained in:
parent
2491975cfe
commit
1a3cc00701
1 changed files with 2 additions and 10 deletions
|
|
@ -58,15 +58,7 @@
|
|||
|
||||
#bridge settings for vms
|
||||
|
||||
networking.bridges.br0.interfaces = [ "enp41s0" ];
|
||||
networking.interfaces.enp41s0 = { # Replace "enp41s0"
|
||||
useDHCP = false;
|
||||
};
|
||||
|
||||
networking.interfaces.br0 = {
|
||||
useDHCP = true; # br0 will get an IP from your LAN router (e.g., 192.168.0.1)
|
||||
};
|
||||
|
||||
|
||||
# Allow SSH
|
||||
networking.firewall.trustedInterfaces = [ "tailscale0" ]; # <--- ADDED for Tailscale access
|
||||
# SSH Server configuration
|
||||
|
|
@ -246,7 +238,7 @@ users.users.death916 = {
|
|||
|
||||
users.groups.adguardhome = {};
|
||||
|
||||
services.homeAssistantVM.enable = true;
|
||||
#services.homeAssistantVM.enable = true;
|
||||
|
||||
|
||||
# Sudo access for the wheel group (which death916 is part of)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue