machines/rana: enable syncthing

This commit is contained in:
2026-03-06 16:31:26 +07:00
parent 1d5a528cd1
commit b3c8ee76e9
20 changed files with 240 additions and 1 deletions
+4 -1
View File
@@ -1,5 +1,8 @@
{
imports = [ ./personal-computer.nix ];
imports = [
./personal-computer.nix
./emmie.nix
];
clan = {
inventory = {
+26
View File
@@ -0,0 +1,26 @@
{
clan.inventory = {
tags = {
emmie = [ "rana" ];
};
instances = {
emmie-syncthing = {
module = {
name = "syncthing";
input = "clan-core";
};
roles.peer.tags.emmie = { };
roles.peer.settings = {
extraDevices = {
pixel7a = {
id = "CEUJMEG-SOHXIJF-G2FT5QB-6MZW3EN-PONI3QN-HPEIOSU-IMSLGW7-XUU6BQK";
name = "eris";
addresses = [ "dynamic" ];
};
};
};
};
};
};
}