forked from Deuxfleurs/nixcfg
Compare commits
No commits in common. "3776734e5022145888fece61aadf2e360f9911c8" and "a513690004a27b4330d810def3b37772e5e6e8b2" have entirely different histories.
3776734e50
...
a513690004
5 changed files with 11 additions and 31 deletions
|
@ -81,12 +81,6 @@
|
||||||
address = "10.83.5.1";
|
address = "10.83.5.1";
|
||||||
endpoint = "82.64.238.84:33740";
|
endpoint = "82.64.238.84:33740";
|
||||||
};
|
};
|
||||||
"io" = {
|
|
||||||
siteName = "dathomir";
|
|
||||||
publicKey = "3+VvWJtABOAd6zUCMROhqGbNtkQRtoIkVmYn0M81jQw=";
|
|
||||||
address = "10.83.5.3";
|
|
||||||
endpoint = "82.64.238.84:33742";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Pin Nomad version
|
# Pin Nomad version
|
||||||
|
|
|
@ -10,4 +10,3 @@ courgette.machine.deuxfleurs.fr ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPCXJeo6yeQe
|
||||||
abricot.machine.deuxfleurs.fr ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPhHUQtc5lukPMFkiWf/sTgaUpwNFXHCJoQKu4ooRFy+
|
abricot.machine.deuxfleurs.fr ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPhHUQtc5lukPMFkiWf/sTgaUpwNFXHCJoQKu4ooRFy+
|
||||||
ananas.machine.deuxfleurs.fr ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHs0zAyBy70oyV56qaMaMAKR7VjEDnsm5LEyZJbM95BL
|
ananas.machine.deuxfleurs.fr ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHs0zAyBy70oyV56qaMaMAKR7VjEDnsm5LEyZJbM95BL
|
||||||
onion.machine.deuxfleurs.fr ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINjBQ67fxwuDDzRPveTko/Sgf0cev3tIvlr3CfAmhF0C
|
onion.machine.deuxfleurs.fr ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINjBQ67fxwuDDzRPveTko/Sgf0cev3tIvlr3CfAmhF0C
|
||||||
io.machine.deuxfleurs.fr ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIvgCJ7Jew7ou1RZuaT41Sd+ucZAgxUwtdieqNqoC3+T
|
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
{ ... }:
|
|
||||||
{
|
|
||||||
boot.loader.grub.enable = true;
|
|
||||||
boot.loader.grub.device = "/dev/sda";
|
|
||||||
|
|
||||||
deuxfleurs.hostName = "io";
|
|
||||||
deuxfleurs.staticIPv4.address = "192.168.1.36";
|
|
||||||
deuxfleurs.staticIPv6.address = "2a01:e0a:5e4:1d0:52e5:49ff:fe5c:5f35";
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
../site/dathomir.nix
|
|
|
@ -1,40 +1,37 @@
|
||||||
UserKnownHostsFile ./cluster/prod/known_hosts
|
UserKnownHostsFile ./cluster/prod/known_hosts
|
||||||
|
|
||||||
Host concombre
|
Host concombre
|
||||||
HostName concombre.machine.deuxfleurs.fr
|
HostName concombre.machine.deuxfleurs.fr
|
||||||
|
|
||||||
Host courgette
|
Host courgette
|
||||||
HostName courgette.machine.deuxfleurs.fr
|
HostName courgette.machine.deuxfleurs.fr
|
||||||
|
|
||||||
Host celeri
|
Host celeri
|
||||||
HostName celeri.machine.deuxfleurs.fr
|
HostName celeri.machine.deuxfleurs.fr
|
||||||
|
|
||||||
Host dahlia
|
Host dahlia
|
||||||
HostName dahlia.machine.deuxfleurs.fr
|
HostName dahlia.machine.deuxfleurs.fr
|
||||||
|
|
||||||
Host diplotaxis
|
Host diplotaxis
|
||||||
HostName diplotaxis.machine.deuxfleurs.fr
|
HostName diplotaxis.machine.deuxfleurs.fr
|
||||||
|
|
||||||
Host doradille
|
Host doradille
|
||||||
HostName doradille.machine.deuxfleurs.fr
|
HostName doradille.machine.deuxfleurs.fr
|
||||||
|
|
||||||
Host df-ykl
|
Host df-ykl
|
||||||
HostName df-ykl.machine.deuxfleurs.fr
|
HostName df-ykl.machine.deuxfleurs.fr
|
||||||
|
|
||||||
Host df-ymf
|
Host df-ymf
|
||||||
HostName df-ymf.machine.deuxfleurs.fr
|
HostName df-ymf.machine.deuxfleurs.fr
|
||||||
|
|
||||||
Host df-ymk
|
Host df-ymk
|
||||||
HostName df-ymk.machine.deuxfleurs.fr
|
HostName df-ymk.machine.deuxfleurs.fr
|
||||||
|
|
||||||
Host abricot
|
Host abricot
|
||||||
HostName abricot.machine.deuxfleurs.fr
|
HostName abricot.machine.deuxfleurs.fr
|
||||||
|
|
||||||
Host ananas
|
Host ananas
|
||||||
HostName ananas.machine.deuxfleurs.fr
|
HostName ananas.machine.deuxfleurs.fr
|
||||||
|
|
||||||
Host onion
|
Host onion
|
||||||
HostName onion.machine.deuxfleurs.fr
|
HostName onion.machine.deuxfleurs.fr
|
||||||
|
|
||||||
Host io
|
|
||||||
HostName io.machine.deuxfleurs.fr
|
|
||||||
|
|
Loading…
Reference in a new issue