modules/nixos/community-builder/users: update comment
This commit is contained in:
parent
3c4b222e50
commit
ec041138d2
1 changed files with 3 additions and 7 deletions
|
@ -1,13 +1,9 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
let
|
let
|
||||||
users = [
|
users = [
|
||||||
# 1. Generate an SSH key for your root account and add the public
|
# To add yourself:
|
||||||
# key to a file matching your name in ./keys/
|
# 1. Add an entry to this list.
|
||||||
#
|
# 2. Create a file in `keys` named your user name that contains your SSH key(s), separated by newlines.
|
||||||
# 2. Copy / paste this in order, alphabetically:
|
|
||||||
#
|
|
||||||
# youruser.keys = ./keys/youruser;
|
|
||||||
#
|
|
||||||
{
|
{
|
||||||
name = "0x4A6F";
|
name = "0x4A6F";
|
||||||
trusted = true;
|
trusted = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue