update flake lock, remove defunct plocate option, fix swap
Some checks failed
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 10s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 2m26s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Successful in 7m52s
Check flake.lock / Check health of `flake.lock` (push) Successful in 10s
Check Nix formatting / Perform Nix format checks (push) Successful in 2m26s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (push) Successful in 7m13s
Update flakes / createPullRequest (push) Failing after 13m6s

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2025-01-26 13:38:47 -05:00
parent 1a0e9ed16b
commit a1c331eb1f
3 changed files with 14 additions and 14 deletions

View File

@ -3,7 +3,7 @@
{
services.locate = {
enable = lib.mkDefault true;
localuser = lib.mkDefault null;
# localuser = lib.mkDefault null;
package = lib.mkDefault pkgs.plocate;
};
}