Skip to content

Commit

Permalink
aly: add authorized openssh keys
Browse files Browse the repository at this point in the history
  • Loading branch information
alyraffauf committed Apr 30, 2024
1 parent 008aa93 commit 297c74b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nixosModules/user/aly/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
description = "Aly Raffauf";
extraGroups = ["networkmanager" "wheel" "docker" "libvirtd" "video"];
hashedPassword = config.alyraffauf.user.aly.password;
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOuRiyf9Fbl3Plqqzy5YkE2UJv8evF8YI9eG7Iu2CIRa aly@petalburg"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINHdpGTfjmnnau18CowChY4hPn/fzRkgJvXFs+yPy74I aly@mauville"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJVI6aNp95f/xsg6N+PRplmGi9MYGnfniL9/jdza3GXt aly@lavaridge"
];
};
};
}

0 comments on commit 297c74b

Please sign in to comment.