pin nixos-unstable, fix locate service

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2025-03-02 20:35:53 -05:00
parent 4c3d19c3b6
commit 2fa062bdc2
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -18,7 +18,7 @@
virtualisation.docker.enable = false; virtualisation.docker.enable = false;
services = { services = {
plocate.enable = false; locate.enable = false;
endlessh-go.enable = false; endlessh-go.enable = false;
}; };