mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-12 16: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.nftables.enable = true;
|
||||||
|
|
||||||
networking.firewall.trustedInterfaces = ["incusbr0"];
|
networking.firewall.trustedInterfaces = ["incusbr0" "virbr0"];
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "Asia/Kolkata";
|
time.timeZone = "Asia/Kolkata";
|
||||||
|
@ -301,6 +301,8 @@
|
||||||
grim
|
grim
|
||||||
|
|
||||||
pamixer
|
pamixer
|
||||||
|
|
||||||
|
virtiofsd
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
|
|
Loading…
Reference in a new issue