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 eb646b996c - Show all commits

View file

@ -31,7 +31,7 @@
}; };
sops = { sops = {
defaultSopsFile = builtins.trace inputs.secrets.path; defaultSopsFile = inputs.secrets.path;
age.keyFile = "/nix/config/keys.txt"; age.keyFile = "/nix/config/keys.txt";
}; };
} }