Files
nixos-config_to_rule_them_all/modules/shared/files.nix
2026-01-26 18:07:11 +01:00

13 lines
151 B
Nix

{ pkgs, config, ... }:
# let
# githubPublicKey = "ssh-ed25519 AAAA...";
# in
{
# ".ssh/id_github.pub" = {
# text = githubPublicKey;
# };
}