aboutsummaryrefslogtreecommitdiff
path: root/machines/phaenn
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2023-08-11 16:51:35 +0200
committerMax Audron <audron@cocaine.farm>2023-08-11 16:51:35 +0200
commit40790797e111cec5ff682806998d50c38ed7bca9 (patch)
tree6db95b93f0797a62637845ea4bda5a3eedbc9306 /machines/phaenn
parentmove nixinate to own flake (diff)
cleanup modules
Diffstat (limited to 'machines/phaenn')
-rw-r--r--machines/phaenn/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/machines/phaenn/default.nix b/machines/phaenn/default.nix
index d4b4d6c..4f25a5c 100644
--- a/machines/phaenn/default.nix
+++ b/machines/phaenn/default.nix
@@ -20,9 +20,6 @@
networking = {
domain = "vapor.systems";
hostId = "f9274217";
- dhcpcd.enable = false;
- usePredictableInterfaceNames = false;
- enableIPv6 = true;
interfaces.eth0.ipv4.addresses = [{
address = "142.132.159.202";
prefixLength = 26;
@@ -36,6 +33,5 @@
address = "fe80::1";
interface = "eth0";
};
- nameservers = [ "1.1.1.1" "8.8.8.8" ];
};
}