From a1c331eb1fc9e53051d8a410ab1c916ca4c86fb8 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 26 Jan 2025 13:38:47 -0500 Subject: [PATCH] update flake lock, remove defunct plocate option, fix swap Signed-off-by: ahuston-0 --- flake.lock | 24 ++++++++++++------------ modules/plocate.nix | 2 +- systems/artemision/hardware.nix | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/flake.lock b/flake.lock index 06c990a..a59658d 100644 --- a/flake.lock +++ b/flake.lock @@ -11,11 +11,11 @@ }, "locked": { "dir": "pkgs/firefox-addons", - "lastModified": 1737777799, - "narHash": "sha256-YDDKpj1j9MqGZgrugfu8mQWjpiy4r7fZ1FMJL58NasM=", + "lastModified": 1737864207, + "narHash": "sha256-pmww5SaFlgqYxgzAZ5He/LWMLFWyh37kebwLHBDNvQk=", "owner": "rycee", "repo": "nur-expressions", - "rev": "9a96d7b0485be4654b6f2237efeccb1144d1ba54", + "rev": "6770d28ffd09fee64fcded7b9f1cbeaf2883a9f6", "type": "gitlab" }, "original": { @@ -145,11 +145,11 @@ ] }, "locked": { - "lastModified": 1737257306, - "narHash": "sha256-lEGgpA4kGafc76+Amnz+gh1L/cwUS2pePFlf22WEyh8=", + "lastModified": 1737861961, + "narHash": "sha256-LIRtMvAwLGb8pBoamzgEF67oKlNPz4LuXiRPVZf+TpE=", "owner": "Mic92", "repo": "nix-index-database", - "rev": "744d330659e207a1883d2da0141d35e520eb87bd", + "rev": "79b7b8eae3243fc5aa9aad34ba6b9bbb2266f523", "type": "github" }, "original": { @@ -234,11 +234,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1737795611, - "narHash": "sha256-0kGPO515JdDt6gPcR25QTGyNJnT1UFtH1tdkR2QdLAY=", + "lastModified": 1737873842, + "narHash": "sha256-3SAvSPxkeOgECitk8fImL0gz+xa2m1I4mmwam6mymOM=", "owner": "nixos", "repo": "nixpkgs", - "rev": "ed45d51fb4c860e70760a042dd9ff99bd016497e", + "rev": "42143ec28c329664fd1337579067c156230beaf7", "type": "github" }, "original": { @@ -328,11 +328,11 @@ ] }, "locked": { - "lastModified": 1737771740, - "narHash": "sha256-lWIdF4qke63TdCHnJ0QaUHfG8YvsDrBqzL4jiHYQd+Y=", + "lastModified": 1737858462, + "narHash": "sha256-rohhmT/b8QNaIL3nY01jFtCyZu2dGTufef5YieECWZM=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "cfaaa1dddd280af09aca84af84612fbccd986ae2", + "rev": "dd236609a6c272d00ceaa042b1a81a31968e7f4d", "type": "github" }, "original": { diff --git a/modules/plocate.nix b/modules/plocate.nix index a6b4ccf..c68db8e 100644 --- a/modules/plocate.nix +++ b/modules/plocate.nix @@ -3,7 +3,7 @@ { services.locate = { enable = lib.mkDefault true; - localuser = lib.mkDefault null; + # localuser = lib.mkDefault null; package = lib.mkDefault pkgs.plocate; }; } diff --git a/systems/artemision/hardware.nix b/systems/artemision/hardware.nix index 18593c6..325ef4e 100644 --- a/systems/artemision/hardware.nix +++ b/systems/artemision/hardware.nix @@ -86,7 +86,7 @@ }; }; - swapDevices = [ { device = "/dev/disk/by-uuid/7f0dba0f-d04e-4c94-9fba-1d0811673df1"; } ]; + swapDevices = [ { device = "/dev/disk/by-uuid/3ec276b5-9088-45b0-9cb4-60812f2d1a73"; } ]; boot.initrd.luks.devices = { "nixos-pv" = { -- 2.48.1