infrastructure/modules/nixos/dgn-netbox-agent/secrets/secrets.nix
sinavir 09731ab2e9
chore: Refactor meta to a module architecture
Get rid of the weird half nix half module stuff.
2025-01-23 09:51:45 +01:00

5 lines
216 B
Nix

# SPDX-FileCopyrightText: 2024 La Délégation Générale Numérique <contact@dgnum.eu>
#
# SPDX-License-Identifier: EUPL-1.2
{ netbox-agent.publicKeys = (import ../../../../keys.nix).machineKeysBySystem "nixos"; }