Remove syncthing configuration

This commit is contained in:
Oliver Davies 2025-03-13 20:53:30 +00:00
parent 5a7252e7d0
commit d5acca9440
7 changed files with 0 additions and 21 deletions

View file

@ -24,7 +24,5 @@
defaultUser = username;
};
services.syncthing.enable = true;
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
}