From b49bedb9bc297a7cb534e438e17139d1a1c58e30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 21 Oct 2020 00:35:36 +0200 Subject: [PATCH] chore: fully transition from catullus to toum --- .versions/retiolum.json | 6 +++--- configs/ssh.nix | 2 +- systems/toum/configuration.nix | 5 ++++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.versions/retiolum.json b/.versions/retiolum.json index 54f0ce4..4770bb1 100644 --- a/.versions/retiolum.json +++ b/.versions/retiolum.json @@ -1,7 +1,7 @@ { "url": "https://github.com/krebs/retiolum", - "rev": "15cec63dfbe5b70000372e1cb71f648907de2697", - "date": "2020-10-12T23:02:11+02:00", - "sha256": "1gif6802ady2w7yyl0wb9wfp0jzpxzvp8d34hz4445yfd4wq2bh6", + "rev": "10b81b3c86c1e858b352c95af027ca06a813ae24", + "date": "2020-10-19T22:02:11+02:00", + "sha256": "1kzp0m2dyd790pwvng0k8y8hjwsihzkq1gfpjxqpl3gfnf90fccz", "fetchSubmodules": false } diff --git a/configs/ssh.nix b/configs/ssh.nix index 1bfc22d..3711fc4 100644 --- a/configs/ssh.nix +++ b/configs/ssh.nix @@ -41,7 +41,7 @@ in { port = sshPort; }; toum = { - hostname = "catullus.r"; + hostname = "toum.r"; user = "kfm"; port = sshPort; }; diff --git a/systems/toum/configuration.nix b/systems/toum/configuration.nix index 9bffda9..eac12b6 100644 --- a/systems/toum/configuration.nix +++ b/systems/toum/configuration.nix @@ -60,6 +60,9 @@ in { } ]; + nix.nixPath = [ "/var/src" ]; + + boot.loader.grub.enable = false; boot.loader.generic-extlinux-compatible.enable = true; @@ -110,7 +113,7 @@ in { networking.retiolum = { ipv4 = "10.243.2.3"; - ipv6 = "42:0:3c46:3ec0:7aad:d1d5:9842:da4c"; + ipv6 = "42:0:3c46:56af:d12b:affd:8390:df22"; }; environment.etc."tinc/retiolum/rsa_key.priv" = {