nix-dotfiles/users/alice/default.nix
ahuston-0 f106d649a4
and palatine-hill is booting!
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-10-23 00:00:17 -04:00

19 lines
249 B
Nix

{
pkgs,
lib,
config,
name,
...
}:
import ../default.nix {
inherit
pkgs
lib
config
name
;
publicKeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP7oJjIYNRCRrUlhdGJgst6bzqubbKH0gjZYulQ1eVcZ alice@artemision"
];
}