dotfiles/users/default.nix

14 lines
279 B
Nix
Raw Normal View History

2023-01-13 06:42:21 +00:00
{ lib, ... }@inputs:
let
config = {
hungtr.metadata = { };
"hungtr@bao".metadata = {
ssh_pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK+1+gps6phbZboIb9fH51VNPUCkhSSOAbkI3tq3Ou0Z";
};
2022-12-27 10:47:58 +00:00
};
2023-01-13 06:42:21 +00:00
in
{
homeConfigurations = { };
2022-12-27 10:47:58 +00:00
pubKeys = lib.getPubkey config;
2023-01-12 17:50:46 +00:00
}