organized into folders

This commit is contained in:
Leyla Becker 2025-03-13 01:34:12 -05:00
parent 8a8fe8cfc6
commit 84c5dd7422
7 changed files with 5 additions and 9 deletions

View file

@ -0,0 +1,11 @@
{
lib,
self,
...
}: {
services.syncthing = {
configuration = self.outputs.syncthingConfiguration;
deviceName = "laptop";
};
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
}