Syncthing: move device info to separate file

This commit is contained in:
Toast 2025-12-20 00:59:40 +01:00
parent beb9705d2f
commit 924e9b7ab4
4 changed files with 36 additions and 26 deletions

View file

@ -5,5 +5,6 @@ nixpkgs.lib.extend (final: prev: {
in {
patches = importLib ./patches.nix;
networkManager = importLib ./networkManager.nix;
syncthing = importLib ./syncthing.nix;
};
})