feature: Adds README.

This commit is contained in:
greysoh 2024-07-14 12:20:21 -04:00
parent 8f9e59a758
commit c8d78b5e00
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
2 changed files with 5 additions and 6 deletions

View file

@ -4,10 +4,13 @@
# To get started:
# 1. Copy this file to 'secrets.nix'
# 2. Run uuidgen (or some other algorithm) to generate a shared secret, and replace services.k3s.token's value with that
# 3. Profit!
# 3. Copy your SSH key(s) into the authorized_keys section.
# 4. Profit!
let
pkgs = import <nixpkgs> {};
in {
services.k3s.token = "shared.secret.here";
}