feature: Adds README.
This commit is contained in:
parent
8f9e59a758
commit
c8d78b5e00
2 changed files with 5 additions and 6 deletions
|
@ -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";
|
||||
|
||||
|
||||
}
|
Reference in a new issue