mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
switch to cloudflare proxy for ipv4
This commit is contained in:
parent
a33b8bd87c
commit
84b15db0af
3 changed files with 31 additions and 21 deletions
|
|
@ -54,9 +54,13 @@ inputs: {
|
|||
in ["L+ /home/gerg/.config/WebCord/Themes/black - - - - ${theme}"];
|
||||
|
||||
networking = {
|
||||
useDHCP = false;
|
||||
hostName = "gerg-desktop";
|
||||
hostId = "288b56db";
|
||||
nameservers = ["192.168.1.1"];
|
||||
nameservers = [
|
||||
"192.168.1.1"
|
||||
"2605:59c8:252e:500::1"
|
||||
];
|
||||
defaultGateway = "192.168.1.1";
|
||||
interfaces = {
|
||||
"enp11s0" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue