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 | |
| parent | move nixinate to own flake (diff) | |
cleanup modules
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/ettves/default.nix | 3 | ||||
| -rw-r--r-- | machines/nixos-test/default.nix | 7 | ||||
| -rw-r--r-- | machines/phaenn/default.nix | 4 |
3 files changed, 7 insertions, 7 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" ]; }; } diff --git a/machines/nixos-test/default.nix b/machines/nixos-test/default.nix index ce1d9d9..651ae82 100644 --- a/machines/nixos-test/default.nix +++ b/machines/nixos-test/default.nix @@ -13,4 +13,11 @@ users.users.root.openssh.authorizedKeys.keys = [ ''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO2eIUtbt7RM75ThjKfUjm24QkzkzCSj7hs+GLaaxMeH cardno:12_767_512'' ]; + + _module.args.nixinate = { + host = "10.49.212.3"; + buildOn = "remote"; + substituteOnTarget = true; + hermetic = false; + }; } 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" ]; }; } |
