only exclude libvirt/images

This commit is contained in:
cy 2025-05-19 11:14:34 -04:00
parent c395887118
commit 04bcd9eba1
2 changed files with 14 additions and 6 deletions

View file

@ -87,7 +87,11 @@
resolvconf.enable = true; resolvconf.enable = true;
firewall = { firewall = {
enable = true; enable = true;
trustedInterfaces = [ "tailscale0" "virbr0" "virbr1" ]; trustedInterfaces = [
"tailscale0"
"virbr0"
"virbr1"
];
# allowedTCPPorts = [ # allowedTCPPorts = [
# 8080 # mitmproxy # 8080 # mitmproxy
# 22000 # syncthing # 22000 # syncthing
@ -213,10 +217,14 @@
}; };
fonts = { fonts = {
packages = with pkgs; [ packages =
nerd-fonts.roboto-mono (with pkgs; [
ibm-plex ibm-plex
]; ])
++ (with pkgs.nerd-fonts; [
roboto-mono
jetbrains-mono
]);
enableDefaultPackages = true; enableDefaultPackages = true;
}; };

View file

@ -21,7 +21,7 @@ let
"/var/lib/docker" "/var/lib/docker"
"/var/lib/containers" # podman "/var/lib/containers" # podman
"/var/lib/systemd" "/var/lib/systemd"
"/var/lib/libvirt" "/var/lib/libvirt/images"
"**/.rustup" "**/.rustup"
"**/.cargo" "**/.cargo"
"**/.docker" "**/.docker"