Files
clan-core/clanModules/syncthing/default.nix
2025-04-22 09:45:37 +02:00

7 lines
151 B
Nix

# Dont import this file
# It is only here for backwards compatibility.
# Dont author new modules with this file.
{
imports = [ ./roles/peer.nix ];
}