blob: ecb32d0bf7341517fc37b4d6a5ae3734383f353e (
plain) (
tree)
|
|
{ ... }:
{
security.sudo.wheelNeedsPassword = false;
security.polkit.enable = true;
programs.ssh = {
# $ ssh-keyscan example.com
knownHosts = {
github = {
hostNames = [ "github.com" ];
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl";
};
};
};
}
|