switch to agenix

for some unknown reason ragenix sometimes doesn't compile, oh well
also, using my own fork because ryantm's doesn't armor age files
This commit is contained in:
uku 2023-11-16 01:45:49 +01:00
parent d85a02c68b
commit 55096c3b4d
Signed by: uku
GPG key ID: 7D01D7B105E77166
6 changed files with 53 additions and 161 deletions

View file

@ -24,7 +24,7 @@
nixos = with inputs; [
./common.nix
ragenix.nixosModules.default
agenix.nixosModules.default
];
desktop = with inputs;

View file

@ -3,7 +3,7 @@
pkgs,
config,
getchvim,
ragenix,
agenix,
...
}: let
username = "leo";
@ -144,7 +144,7 @@ in {
osu-lazer-bin
gnome.file-roller
getchvim.packages.${system}.default
ragenix.packages.${system}.default
agenix.packages.${system}.default
];
services = {