s0melapt0p-nix -> isla: rename
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
aae7900229
commit
c1445349f0
74 changed files with 107 additions and 101 deletions
10
isla/networking/dhcp.nix
Normal file
10
isla/networking/dhcp.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{lib, ...}: {
|
||||
networking = {
|
||||
useDHCP = lib.mkDefault true;
|
||||
dhcpcd = {
|
||||
enable = true;
|
||||
persistent = false;
|
||||
wait = "any";
|
||||
};
|
||||
};
|
||||
}
|
||||
9
isla/networking/firewall.nix
Normal file
9
isla/networking/firewall.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{...}: {
|
||||
networking = {
|
||||
firewall = {
|
||||
allowPing = true;
|
||||
enable = true;
|
||||
checkReversePath = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
5
isla/networking/hostId.nix
Normal file
5
isla/networking/hostId.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{...}: {
|
||||
networking = {
|
||||
hostId = "3c4734c8";
|
||||
};
|
||||
}
|
||||
5
isla/networking/hostname.nix
Normal file
5
isla/networking/hostname.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{...}: {
|
||||
networking = {
|
||||
hostName = "s0melapt0p-nix";
|
||||
};
|
||||
}
|
||||
64
isla/networking/hosts.nix
Normal file
64
isla/networking/hosts.nix
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
{...}: {
|
||||
networking = {
|
||||
hosts = {
|
||||
# EVA00
|
||||
"100.109.169.141" = [
|
||||
"eva00-nix.netbird.cloud"
|
||||
"eva00-nix"
|
||||
];
|
||||
|
||||
"90.156.226.152" = [
|
||||
"eva00-nix.lan"
|
||||
"eva00-nix"
|
||||
];
|
||||
|
||||
"200:deb2:ed25:a9e5:e30:4900:f88f:cb87" = [
|
||||
"eva00-nix.ygg"
|
||||
"eva00-nix"
|
||||
];
|
||||
|
||||
# EVA01
|
||||
"100.109.107.176" = [
|
||||
"eva01-nix.netbird.cloud"
|
||||
"eva01-nix"
|
||||
];
|
||||
|
||||
"37.114.50.235" = [
|
||||
"eva01-nix.lan"
|
||||
"eva01-nix"
|
||||
];
|
||||
|
||||
"200:6ef:a61f:2f01:71d4:196:ab70:2103" = [
|
||||
"eva01-nix.ygg"
|
||||
"eva01-nix"
|
||||
];
|
||||
|
||||
# EVA02
|
||||
"100.109.178.135" = [
|
||||
"eva02-nix.netbird.cloud"
|
||||
"eva02-nix"
|
||||
];
|
||||
|
||||
"51.195.222.85" = [
|
||||
"eva02-nix.lan"
|
||||
"eva02-nix"
|
||||
];
|
||||
|
||||
"201:52d6:c753:c1fd:f8b6:5897:cc6a:e1be" = [
|
||||
"eva02-nix.ygg"
|
||||
"eva02-nix"
|
||||
];
|
||||
|
||||
# nerv-nix
|
||||
"100.109.7.114" = [
|
||||
"nerv-nix.netbird.cloud"
|
||||
"nerv-nix"
|
||||
];
|
||||
|
||||
"200:7abc:53c9:be8a:9941:96d:221b:cc76" = [
|
||||
"nerv-nix.ygg"
|
||||
"nerv-nix"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
29
isla/networking/nameservers.nix
Normal file
29
isla/networking/nameservers.nix
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{...}: {
|
||||
networking = {
|
||||
nameservers = [
|
||||
# cf dns
|
||||
"1.1.1.1"
|
||||
"1.0.0.1"
|
||||
"2606:4700:4700::1111"
|
||||
"2606:4700:4700::1001"
|
||||
|
||||
# google dns
|
||||
"8.8.8.8"
|
||||
"8.8.4.4"
|
||||
"2001:4860:4860::8888"
|
||||
"2001:4860:4860::8844"
|
||||
|
||||
# q9 dns
|
||||
"9.9.9.9"
|
||||
"149.112.112.112"
|
||||
"2620:fe::fe"
|
||||
"2620:fe::9"
|
||||
|
||||
# open dns
|
||||
"208.67.222.222"
|
||||
"208.67.220.220"
|
||||
"2620:119:35::35"
|
||||
"2620:119:53::53"
|
||||
];
|
||||
};
|
||||
}
|
||||
13
isla/networking/networkmanager.nix
Normal file
13
isla/networking/networkmanager.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{...}: {
|
||||
networking = {
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
dns = "default";
|
||||
dhcp = "internal";
|
||||
wifi = {
|
||||
backend = "iwd";
|
||||
macAddress = "preserve";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
10
isla/networking/timeServers.nix
Normal file
10
isla/networking/timeServers.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{...}: {
|
||||
networking = {
|
||||
timeServers = [
|
||||
"0.nixos.pool.ntp.org"
|
||||
"1.nixos.pool.ntp.org"
|
||||
"2.nixos.pool.ntp.org"
|
||||
"3.nixos.pool.ntp.org"
|
||||
];
|
||||
};
|
||||
}
|
||||
7
isla/networking/wireguard.nix
Normal file
7
isla/networking/wireguard.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{...}: {
|
||||
networking = {
|
||||
wireguard = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue