diff options
author | notgne2 | 2020-09-29 15:10:06 -0700 |
---|---|---|
committer | notgne2 | 2020-09-29 15:10:06 -0700 |
commit | 8d21dd335e5259dadf832a5d1a7c72b9dd1f4400 (patch) | |
tree | bc73e231777d5e0f7f2efa8e9a760a34e95950d1 /examples/system/README.md | |
parent | e3c55575ca6bfd0c9166c52b4aac76b3761bb313 (diff) |
Add license information, reformat Nix files, clean up
Diffstat (limited to 'examples/system/README.md')
-rw-r--r-- | examples/system/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/system/README.md b/examples/system/README.md index 1dea41f..daf649a 100644 --- a/examples/system/README.md +++ b/examples/system/README.md @@ -1,3 +1,9 @@ +<!-- +SPDX-FileCopyrightText: 2020 Serokell <https://serokell.io/> + +SPDX-License-Identifier: MPL-2.0 +--> + # Example nixos system deployment This is an example of how to deploy a full nixos system with a separate user unit to a bare machine. |