13 lines
151 B
Nix
13 lines
151 B
Nix
{ pkgs, config, ... }:
|
|
|
|
# let
|
|
# githubPublicKey = "ssh-ed25519 AAAA...";
|
|
# in
|
|
{
|
|
|
|
# ".ssh/id_github.pub" = {
|
|
# text = githubPublicKey;
|
|
# };
|
|
|
|
}
|