mirror of
https://github.com/kmein/niveum
synced 2026-03-21 04:11:07 +01:00
chore: fully transition from catullus to toum
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"url": "https://github.com/krebs/retiolum",
|
"url": "https://github.com/krebs/retiolum",
|
||||||
"rev": "15cec63dfbe5b70000372e1cb71f648907de2697",
|
"rev": "10b81b3c86c1e858b352c95af027ca06a813ae24",
|
||||||
"date": "2020-10-12T23:02:11+02:00",
|
"date": "2020-10-19T22:02:11+02:00",
|
||||||
"sha256": "1gif6802ady2w7yyl0wb9wfp0jzpxzvp8d34hz4445yfd4wq2bh6",
|
"sha256": "1kzp0m2dyd790pwvng0k8y8hjwsihzkq1gfpjxqpl3gfnf90fccz",
|
||||||
"fetchSubmodules": false
|
"fetchSubmodules": false
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ in {
|
|||||||
port = sshPort;
|
port = sshPort;
|
||||||
};
|
};
|
||||||
toum = {
|
toum = {
|
||||||
hostname = "catullus.r";
|
hostname = "toum.r";
|
||||||
user = "kfm";
|
user = "kfm";
|
||||||
port = sshPort;
|
port = sshPort;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -60,6 +60,9 @@ in {
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nix.nixPath = [ "/var/src" ];
|
||||||
|
|
||||||
|
|
||||||
boot.loader.grub.enable = false;
|
boot.loader.grub.enable = false;
|
||||||
boot.loader.generic-extlinux-compatible.enable = true;
|
boot.loader.generic-extlinux-compatible.enable = true;
|
||||||
|
|
||||||
@@ -110,7 +113,7 @@ in {
|
|||||||
|
|
||||||
networking.retiolum = {
|
networking.retiolum = {
|
||||||
ipv4 = "10.243.2.3";
|
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" = {
|
environment.etc."tinc/retiolum/rsa_key.priv" = {
|
||||||
|
|||||||
Reference in New Issue
Block a user