mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-08 05:49:25 -06:00
feat: removed synology
This commit is contained in:
parent
afd0379585
commit
1f07e76d98
13 changed files with 6 additions and 142 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{ flake, ... }:
|
||||
let
|
||||
inherit (flake.config.machines.devices)
|
||||
synology
|
||||
ceres
|
||||
mars
|
||||
;
|
||||
|
|
@ -59,15 +58,6 @@ let
|
|||
instances.firefly-iii.name
|
||||
];
|
||||
}
|
||||
{
|
||||
suffix = "(Synology)";
|
||||
urlTemplate =
|
||||
name: "http://${synology.ip.address0}:${builtins.toString instances.${name}.ports.port0}";
|
||||
services = [
|
||||
instances.syncthing.name
|
||||
instances.synology.name
|
||||
];
|
||||
}
|
||||
];
|
||||
|
||||
generatedBookmarks = builtins.concatLists (builtins.map makeBookmarks bookmarkConfigs);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue