]> Untitled Git - awful.systems.git/blob - secrets/keys/git.nix
configure lemmy staging and dev instances
[awful.systems.git] / secrets / keys / git.nix
1 { config, lib, pkgs, ... }:
2
3 {
4   users.users = {
5     git.openssh.authorizedKeys.keyFiles = [ ./self_id_ed25519.pub ];
6   };
7 }