Skip to content

Commit

Permalink
secrets: add trajanus to users
Browse files Browse the repository at this point in the history
  • Loading branch information
carjorvaz committed Sep 18, 2024
1 parent 1753251 commit a3d6e0d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion secrets/secrets.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ let

commodusUser = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP1OS3cOxw5+wleeTybg0sWE2z0pCj007rUO3kQHSVJ7 cjv@commodus";
trajanusUser = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBK2AsWCLGKxGjkXbIUD8lIV0+48qJFNV9h7FfLLx16f cjv@trajanus";
users = [ commodusUser ];
users = [
commodusUser
trajanusUser
];
in
{
"mailCarlosHashedPassword.age".publicKeys = [
Expand Down

0 comments on commit a3d6e0d

Please sign in to comment.