mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
catullus: + retiolum
This commit is contained in:
@@ -8,6 +8,7 @@ in {
|
||||
imports = [
|
||||
<system/hardware-configuration.nix>
|
||||
<system/containers.nix>
|
||||
<modules/retiolum.nix>
|
||||
];
|
||||
|
||||
boot.loader.grub.enable = false;
|
||||
@@ -43,4 +44,13 @@ in {
|
||||
sshKey.homeros
|
||||
sshKey.scardanelli
|
||||
];
|
||||
|
||||
networking.retiolum = {
|
||||
ipv4 = "10.243.2.3";
|
||||
};
|
||||
|
||||
environment.etc."tinc/retiolum/rsa_key.priv" = {
|
||||
text = builtins.readFile <secrets/retiolum.rsa_key.priv>;
|
||||
mode = "400";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user