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 | |
parent | e02f6109059ebbf2257461ab3bd895730b6f8788 (diff) | |
download | nixos-config-f6ab8e3fd891022ba5b8f67a2d726fa90c8d33e0.tar.gz nixos-config-f6ab8e3fd891022ba5b8f67a2d726fa90c8d33e0.zip |
Upgrade to NixOS 25.05
-rw-r--r-- | flake.lock | 8 | ||||
-rw-r--r-- | flake.nix | 2 | ||||
-rw-r--r-- | modules/pc.nix | 2 |
3 files changed, 5 insertions, 7 deletions
@@ -40,16 +40,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1746557022, - "narHash": "sha256-QkNoyEf6TbaTW5UZYX0OkwIJ/ZMeKSSoOMnSDPQuol0=", + "lastModified": 1748162331, + "narHash": "sha256-rqc2RKYTxP3tbjA+PB3VMRQNnjesrT0pEofXQTrMsS8=", "owner": "nixos", "repo": "nixpkgs", - "rev": "1d3aeb5a193b9ff13f63f4d9cc169fb88129f860", + "rev": "7c43f080a7f28b2774f3b3f43234ca11661bf334", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-24.11", + "ref": "nixos-25.05", "repo": "nixpkgs", "type": "github" } @@ -2,7 +2,7 @@ description = ""; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05"; mobile-nixos = { url = "github:mobile-nixos/mobile-nixos"; flake = false; 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; |