diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-05-25 15:39:35 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-05-25 15:39:49 -0500 |
commit | f6ab8e3fd891022ba5b8f67a2d726fa90c8d33e0 (patch) | |
tree | fc432fe77d8024f92fc1cd67a897c10e7a2399ae /modules/pc.nix | |
parent | e02f6109059ebbf2257461ab3bd895730b6f8788 (diff) | |
download | nixos-config-f6ab8e3fd891022ba5b8f67a2d726fa90c8d33e0.tar.gz nixos-config-f6ab8e3fd891022ba5b8f67a2d726fa90c8d33e0.zip |
Upgrade to NixOS 25.05
Diffstat (limited to 'modules/pc.nix')
-rw-r--r-- | modules/pc.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/pc.nix b/modules/pc.nix index 0b31149..65ad60c 100644 --- a/modules/pc.nix +++ b/modules/pc.nix @@ -28,8 +28,6 @@ in services.locate = { enable = !cfg.minimal; pruneBindMounts = true; - package = pkgs.plocate; - localuser = null; }; this.overlays.emacs.enable = !cfg.minimal; |