flake: remove agenix

This commit is contained in:
Leonardo Eugênio 2026-02-15 03:51:23 -03:00
parent 3be05b100b
commit 5b01cf9169
6 changed files with 6 additions and 96 deletions

View file

@ -8,7 +8,6 @@
{
imports = [
inputs.vpsadminos.nixosConfigurations.container
inputs.agenix.nixosModules.default
inputs.sops-nix.nixosModules.default
../../system/sops.nix
@ -57,10 +56,6 @@
boot.kernel.sysctl."fs.inotify.max_user_watches" = 1048576;
age = {
identityPaths = [ "/root/.ssh/id_rsa" ];
};
sops = {
secrets.hello = { };
defaultSopsFile = lib.mkForce ../../secrets/phantom/default.yaml;