fix: trust libvirt interfaces
This commit is contained in:
parent
deebcd7140
commit
16af5ab8aa
@ -149,6 +149,11 @@ in
|
||||
useRoutingFeatures = "client";
|
||||
};
|
||||
|
||||
networking.firewall.trustedInterfaces = [
|
||||
"virbr-lan"
|
||||
"virbr-wan"
|
||||
];
|
||||
|
||||
# Mesa from unstable channel
|
||||
hardware.graphics.package = pkgs.mesaUnstable;
|
||||
hardware.graphics.package32 = pkgs.mesaUnstablei686;
|
||||
|
@ -110,6 +110,8 @@ in
|
||||
];
|
||||
};
|
||||
|
||||
networking.firewall.trustedInterfaces = mkIf cfg.libvirt [ "virbr0" ];
|
||||
|
||||
security.unprivilegedUsernsClone = true;
|
||||
|
||||
persist.state.directories = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user