chore(ops/terraform): add license information
This is the result of a `"reuse annotate --copyright "The TVL Authors" --license MIT"` in that directory, making it conformant with the REUSE Specification: https://reuse.software/spec Change-Id: I13e069b4621e8d5ccb7a09c12f772d70dea40a11 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10170 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
7637e92b8c
commit
d32baeff6c
4 changed files with 20 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
<!--
|
||||
SPDX-FileCopyrightText: 2023 The TVL Authors
|
||||
|
||||
SPDX-License-Identifier: MIT
|
||||
-->
|
||||
|
||||
deploy-nixos
|
||||
============
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2023 The TVL Authors
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
# This module deploys a NixOS host by building a system closure
|
||||
# located at the specified attribute in the current repository.
|
||||
#
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# SPDX-FileCopyrightText: 2023 The TVL Authors
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
#
|
||||
# Copies a NixOS system to a target host, using the provided key,
|
||||
# or whatever ambient key is configured if the key is not set.
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# SPDX-FileCopyrightText: 2023 The TVL Authors
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
#
|
||||
# Builds a NixOS system configuration at the given attribute path.
|
||||
set -ueo pipefail
|
||||
|
|
Loading…
Reference in a new issue