Fix networking attrset semicolon

This commit is contained in:
randogoth 2026-02-03 18:57:00 +02:00
parent b6e2e95371
commit c930b2a6bb

View file

@ -52,7 +52,7 @@
networking = {
useDHCP = lib.mkDefault true;
firewall.trustedInterfaces = [ "virbr0" ];
}
};
nixpkgs.config.allowUnfree = true;