diff options
| author | Max Audron <audron@cocaine.farm> | 2023-08-11 16:51:35 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2023-08-11 16:51:35 +0200 |
| commit | 40790797e111cec5ff682806998d50c38ed7bca9 (patch) | |
| tree | 6db95b93f0797a62637845ea4bda5a3eedbc9306 /machines/ettves/default.nix | |
| parent | move nixinate to own flake (diff) | |
cleanup modules
Diffstat (limited to 'machines/ettves/default.nix')
| -rw-r--r-- | machines/ettves/default.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/machines/ettves/default.nix b/machines/ettves/default.nix index b02155d..c614afb 100644 --- a/machines/ettves/default.nix +++ b/machines/ettves/default.nix @@ -23,8 +23,6 @@ domain = "vapor.systems"; hostId = "14e28906"; dhcpcd.enable = false; - usePredictableInterfaceNames = false; - enableIPv6 = true; interfaces.eth0.ipv4.addresses = [ { address = "195.201.245.25"; @@ -106,6 +104,5 @@ address = "fe80::1"; interface = "eth0"; }; - nameservers = [ "1.1.1.1" "8.8.8.8" ]; }; } |
