syncthing setup
This commit is contained in:
parent
24df8a251b
commit
52c074f973
19 changed files with 244 additions and 16 deletions
|
|
@ -16,12 +16,15 @@ let
|
|||
};
|
||||
};
|
||||
keys' = mkKeys keys;
|
||||
mkTrusted =
|
||||
user: with keys'.by-host.${user}; [
|
||||
solo
|
||||
c2
|
||||
fw
|
||||
];
|
||||
in
|
||||
keys'
|
||||
// {
|
||||
trusted = with keys'.by-host.hd; [
|
||||
solo
|
||||
c2
|
||||
fw
|
||||
];
|
||||
trusted-hd = mkTrusted "hd";
|
||||
trusted-root = mkTrusted "root";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue