feat(alys): add alys host configuration
This commit is contained in:
8
users/phundrak/alys.nix
Normal file
8
users/phundrak/alys.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
imports = [./light-home.nix];
|
||||
home.phundrak.sshKey = {
|
||||
content = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHTv1lb6d99O84jeh6GdjPm8Gnt/HncSRhGhmoTq7BMK lucien@phundrak.com";
|
||||
file = "/home/phundrak/.ssh/id_ed25519.pub";
|
||||
};
|
||||
modules.nh.flake = "/home/phundrak/.dotfiles";
|
||||
}
|
||||
Reference in New Issue
Block a user