mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-09 15:39:44 +00:00
add virbr0 to trusted interface
This commit is contained in:
parent
b3efea7742
commit
7703bb3dd0
1 changed files with 3 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
|||
|
||||
networking.nftables.enable = true;
|
||||
|
||||
networking.firewall.trustedInterfaces = ["incusbr0"];
|
||||
networking.firewall.trustedInterfaces = ["incusbr0" "virbr0"];
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Asia/Kolkata";
|
||||
|
@ -301,6 +301,8 @@
|
|||
grim
|
||||
|
||||
pamixer
|
||||
|
||||
virtiofsd
|
||||
];
|
||||
|
||||
programs.neovim = {
|
||||
|
|
Loading…
Reference in a new issue