configuration.nix/secrets.nix.example
2024-01-04 21:51:28 +05:30

17 lines
523 B
Text

{
aria2_config = {
rpc_secret = "<rpc secret for aria2>";
};
users = {
root.hashedPassword = "<password hash of root user>";
primary = {
userName = "<primary non-root username>";
realName = "<primary user's full name>";
hashedPassword = "<password hash of primary user>";
pgpFingerprint = "<primary user's pgp fingerprint>";
emailAddress = "<primary user's email>";
sshPublicKey = "<ssh public key>";
};
};
phone.sshPublicKey = "<ssh public key from phone>";
}