Remove deprecated services.locate.localuser
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m57s

This commit is contained in:
Torjus Håkestad 2025-01-26 21:39:59 +01:00
parent ca2f24bd44
commit a72ee83725
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -12,7 +12,6 @@
locate = {
enable = true;
package = pkgs.plocate;
localuser = null;
};
};
}