1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

chore: fully transition from catullus to toum

This commit is contained in:
2020-10-21 00:35:36 +02:00
parent 83662f48d1
commit b49bedb9bc
3 changed files with 8 additions and 5 deletions

View File

@@ -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
}

View File

@@ -41,7 +41,7 @@ in {
port = sshPort;
};
toum = {
hostname = "catullus.r";
hostname = "toum.r";
user = "kfm";
port = sshPort;
};

View File

@@ -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" = {