Refactor the whole configuration #1

Merged
caem merged 354 commits from refactor into master 2025-02-01 14:05:16 +01:00
Showing only changes of commit 5f982c7047 - Show all commits

View file

@ -1,4 +1,4 @@
{ inputs, ... }: { inputs, lib, ... }:
{ {
programs.gnupg.agent = { programs.gnupg.agent = {
@ -31,7 +31,7 @@
}; };
sops = { sops = {
defaultSopsFile = inputs.secrets.path; defaultSopsFile = lib.mkFirst inputs.secrets.path;
age.keyFile = "/nix/config/keys.txt"; age.keyFile = "/nix/config/keys.txt";
}; };
} }