chore: switch to rage and update agenix
This commit is contained in:
parent
3751997d33
commit
32faa5ba1e
2 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue