forked from DGNum/infrastructure
12 lines
253 B
Nix
12 lines
253 B
Nix
# SPDX-FileCopyrightText: 2024 La Délégation Générale Numérique <contact@dgnum.eu>
|
|
#
|
|
# SPDX-License-Identifier: EUPL-1.2
|
|
|
|
(import ../../../../keys.nix).mkSecrets
|
|
[ ]
|
|
[
|
|
"compute01.key"
|
|
"storage01.key"
|
|
"web01.key"
|
|
"web03.key"
|
|
]
|