forked from DGNum/infrastructure
10 lines
235 B
Nix
10 lines
235 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).mkSecrets [ ] [
|
|
"compute01.key"
|
|
"storage01.key"
|
|
"web01.key"
|
|
"web03.key"
|
|
]
|