about summary refs log tree commit diff stats
path: root/notes
diff options
context:
space:
mode:
Diffstat (limited to 'notes')
-rw-r--r--notes/backup_disk.md12
-rw-r--r--notes/beets_import.md12
-rw-r--r--notes/git_crypt.md12
-rw-r--r--notes/gpg_keys.md38
-rw-r--r--notes/laptop.md12
-rw-r--r--notes/names.md12
-rw-r--r--notes/password.md12
7 files changed, 97 insertions, 13 deletions
diff --git a/notes/backup_disk.md b/notes/backup_disk.md
index 363bae11..d2e8f12e 100644
--- a/notes/backup_disk.md
+++ b/notes/backup_disk.md
@@ -1,3 +1,15 @@
+<!--
+nixos-config - My current NixOS configuration
+
+Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de>
+SPDX-License-Identifier: GPL-3.0-or-later
+
+This file is part of my nixos-config.
+
+You should have received a copy of the License along with this program.
+If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
+-->
+
 # How to create a backup disk (for `soispha.services.backup`)
 
 ## Find the disk
diff --git a/notes/beets_import.md b/notes/beets_import.md
index fb9a9ff6..6725192e 100644
--- a/notes/beets_import.md
+++ b/notes/beets_import.md
@@ -1,3 +1,15 @@
+<!--
+nixos-config - My current NixOS configuration
+
+Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de>
+SPDX-License-Identifier: GPL-3.0-or-later
+
+This file is part of my nixos-config.
+
+You should have received a copy of the License along with this program.
+If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
+-->
+
 # How to import an artist into beets
 
 1. Download said artist (`deerix`)
diff --git a/notes/git_crypt.md b/notes/git_crypt.md
index b123a77b..8c42bb62 100644
--- a/notes/git_crypt.md
+++ b/notes/git_crypt.md
@@ -1,3 +1,15 @@
+<!--
+nixos-config - My current NixOS configuration
+
+Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de>
+SPDX-License-Identifier: GPL-3.0-or-later
+
+This file is part of my nixos-config.
+
+You should have received a copy of the License along with this program.
+If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
+-->
+
 # What to do, when nix wants to build the locked repository
 
 Simply delete the source path:
diff --git a/notes/gpg_keys.md b/notes/gpg_keys.md
index 39602e3b..4a6fb5d1 100644
--- a/notes/gpg_keys.md
+++ b/notes/gpg_keys.md
@@ -1,3 +1,15 @@
+<!--
+nixos-config - My current NixOS configuration
+
+Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de>
+SPDX-License-Identifier: GPL-3.0-or-later
+
+This file is part of my nixos-config.
+
+You should have received a copy of the License along with this program.
+If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
+-->
+
 # How to add a comment to gpg keys
 
 Export it as follows:
@@ -11,38 +23,38 @@ or add it manually, the supported options include (RFC4880):
 - "Version", which states the OpenPGP implementation and version
   used to encode the message.
 
-- "Comment", a user-defined comment.  OpenPGP defines all text to
-  be in UTF-8.  A comment may be any UTF-8 string.  However, the
+- "Comment", a user-defined comment. OpenPGP defines all text to
+  be in UTF-8. A comment may be any UTF-8 string. However, the
   whole point of armoring is to provide seven-bit-clean data.
   Consequently, if a comment has characters that are outside the
   US-ASCII range of UTF, they may very well not survive transport.
 
-- "MessageID", a 32-character string of printable characters.  The
+- "MessageID", a 32-character string of printable characters. The
   string must be the same for all parts of a multi-part message
-  that uses the "PART X" Armor Header.  MessageID strings should be
+  that uses the "PART X" Armor Header. MessageID strings should be
   unique enough that the recipient of the mail can associate all
-  the parts of a message with each other.  A good checksum or
+  the parts of a message with each other. A good checksum or
   cryptographic hash function is sufficient.
 
   The MessageID SHOULD NOT appear unless it is in a multi-part
-  message.  If it appears at all, it MUST be computed from the
+  message. If it appears at all, it MUST be computed from the
   finished (encrypted, signed, etc.) message in a deterministic
-  fashion, rather than contain a purely random value.  This is to
+  fashion, rather than contain a purely random value. This is to
   allow the legitimate recipient to determine that the MessageID
   cannot serve as a covert means of leaking cryptographic key
   information.
 
 - "Hash", a comma-separated list of hash algorithms used in this
-  message.  This is used only in cleartext signed messages.
+  message. This is used only in cleartext signed messages.
 
 - "Charset", a description of the character set that the plaintext
-  is in.  Please note that OpenPGP defines text to be in UTF-8.  An
+  is in. Please note that OpenPGP defines text to be in UTF-8. An
   implementation will get best results by translating into and out
-  of UTF-8.  However, there are many instances where this is easier
-  said than done.  Also, there are communities of users who have no
+  of UTF-8. However, there are many instances where this is easier
+  said than done. Also, there are communities of users who have no
   need for UTF-8 because they are all happy with a character set
-  like ISO Latin-5 or a Japanese character set.  In such instances,
+  like ISO Latin-5 or a Japanese character set. In such instances,
   an implementation MAY override the UTF-8 default by using this
-  header key.  An implementation MAY implement this key and any
+  header key. An implementation MAY implement this key and any
   translations it cares to; an implementation MAY ignore it and
   assume all text is UTF-8.
diff --git a/notes/laptop.md b/notes/laptop.md
index 38ae5a24..bc9ddc86 100644
--- a/notes/laptop.md
+++ b/notes/laptop.md
@@ -1,3 +1,15 @@
+<!--
+nixos-config - My current NixOS configuration
+
+Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de>
+SPDX-License-Identifier: GPL-3.0-or-later
+
+This file is part of my nixos-config.
+
+You should have received a copy of the License along with this program.
+If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
+-->
+
 # backlight
 
 Run `ls /sys/class/backlight` to see possible options.
diff --git a/notes/names.md b/notes/names.md
index 44339580..6906d29e 100644
--- a/notes/names.md
+++ b/notes/names.md
@@ -1,3 +1,15 @@
+<!--
+nixos-config - My current NixOS configuration
+
+Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de>
+SPDX-License-Identifier: GPL-3.0-or-later
+
+This file is part of my nixos-config.
+
+You should have received a copy of the License along with this program.
+If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
+-->
+
 # Naming scheme
 
 The hosts naming scheme follows two list of Mesopotamian (Babylonian) deities:
diff --git a/notes/password.md b/notes/password.md
index 96366bae..2717af48 100644
--- a/notes/password.md
+++ b/notes/password.md
@@ -1,3 +1,15 @@
+<!--
+nixos-config - My current NixOS configuration
+
+Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de>
+SPDX-License-Identifier: GPL-3.0-or-later
+
+This file is part of my nixos-config.
+
+You should have received a copy of the License along with this program.
+If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
+-->
+
 # Password
 
 Run `nix run n#mkpasswd -- -m yescrypt -s -R 11`