From 32faa5ba1e8fc557ec64bdb32caead982837afbb Mon Sep 17 00:00:00 2001 From: uku Date: Sun, 1 Sep 2024 16:31:54 +0200 Subject: [PATCH] chore: switch to rage and update agenix --- configs/common.nix | 5 ++++- flake.lock | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/configs/common.nix b/configs/common.nix index 8a5d687..489d957 100644 --- a/configs/common.nix +++ b/configs/common.nix @@ -32,7 +32,10 @@ in { ../programs/starship ]; - age.identityPaths = ["/etc/age/key"]; + age = { + ageBin = lib.getExe pkgs.rage; + identityPaths = ["/etc/age/key"]; + }; boot = { kernelPackages = pkgs.linuxPackages; # use lts diff --git a/flake.lock b/flake.lock index 563a012..8a58ab9 100644 --- a/flake.lock +++ b/flake.lock @@ -14,11 +14,11 @@ ] }, "locked": { - "lastModified": 1716541294, - "narHash": "sha256-QJ83z0lGC+CibC/0unb0W+ynPRbXyIUrk0sGyYRpHwQ=", + "lastModified": 1725200965, + "narHash": "sha256-VHmV707zSkOJStw8qwp54oG2hGX7OLCgLSK1Z/NvmWw=", "owner": "uku3lig", "repo": "agenix", - "rev": "a5fc5b0debcf98da8a6cc406408f7868836e3b06", + "rev": "5dddb391f864e1a153c4cb7de3e93c659076481b", "type": "github" }, "original": {