Fix networking attrset semicolon
This commit is contained in:
parent
b6e2e95371
commit
c930b2a6bb
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@
|
||||||
networking = {
|
networking = {
|
||||||
useDHCP = lib.mkDefault true;
|
useDHCP = lib.mkDefault true;
|
||||||
firewall.trustedInterfaces = [ "virbr0" ];
|
firewall.trustedInterfaces = [ "virbr0" ];
|
||||||
}
|
};
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue