nix-dotfiles/users/alice/default.nix

7 lines
221 B
Nix
Raw Normal View History

2023-12-25 03:39:20 +01:00
{ pkgs, lib, config, name, ... }:
2023-12-24 18:48:52 +01:00
import ../default.nix {
2023-12-25 03:39:20 +01:00
inherit pkgs lib config name;
2023-12-25 18:54:38 +01:00
publicKeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOGcqhLaKsjwAnb6plDavAhEyQHNvFS9Uh5lMTuwMhGF alice@parthenon-7588"
];
2023-12-23 08:27:00 +01:00
}