dotfiles/users/default.nix

13 lines
265 B
Nix
Raw Normal View History

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