ipv6: initial configuration
This commit is contained in:
parent
6ec3a32d55
commit
7c8248262f
|
@ -49,6 +49,12 @@
|
||||||
hostName = "dionach"; # Define your hostname.
|
hostName = "dionach"; # Define your hostname.
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.network.networks.enp0s20f0u4u4i5.ipv6SendRAConfig = {
|
||||||
|
EmitDNS = true;
|
||||||
|
Managed = true;
|
||||||
|
OtherInformation = true;
|
||||||
|
};
|
||||||
|
|
||||||
fonts.fonts = with pkgs; [
|
fonts.fonts = with pkgs; [
|
||||||
dejavu_fonts # A typeface family based on the Bitstream Vera fonts
|
dejavu_fonts # A typeface family based on the Bitstream Vera fonts
|
||||||
fira-code # Monospace font with programming ligatures
|
fira-code # Monospace font with programming ligatures
|
||||||
|
|
Loading…
Reference in a new issue