diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-12-28 13:14:34 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-12-28 13:14:34 -0800 |
| commit | 1f11bea4be519cbf2b08daac19acef93d2cb181a (patch) | |
| tree | afc4df047b9ba927a19f730eacab5c4876ab0873 /nix/lib | |
| parent | removed a few services from vm-synology (diff) | |
| download | infra-1f11bea4be519cbf2b08daac19acef93d2cb181a.tar.gz | |
remove secrets and agenix since nothing uses them
Diffstat (limited to 'nix/lib')
| -rw-r--r-- | nix/lib/mkSystem.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nix/lib/mkSystem.nix b/nix/lib/mkSystem.nix index b54a4f4..b0f17ee 100644 --- a/nix/lib/mkSystem.nix +++ b/nix/lib/mkSystem.nix @@ -40,8 +40,6 @@ systemFunc rec { }; } - inputs.agenix.nixosModules.default - # We expose some extra arguments so that our modules can parameterize # better based on these values. { |
