feat: install irl's ssh key

This commit is contained in:
Iain Learmonth 2025-06-10 22:41:38 +01:00
parent 916b2f83ae
commit d3efa331f2

View file

@ -26,6 +26,9 @@
"networkmanager"
"wheel"
];
openssh.authorizedKeys.keys = [
"sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIJpoCJEax0XTNK6qfYfZV60euSwoc0RQ0bwFDQGMWYQnAAAABHNzaDo="
];
};
nixpkgs.config.allowUnfree = true;