diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 7e122f8..f2ea58b 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -6,6 +6,9 @@ ... }: +let + sshKeyMac = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKbHk7YasSMK5FBCArKLeqIoaGXsN+WlgVquObyC5Zec raphael@MacBook-Pro-de-raphael.local"; +in { imports = [ ../global.nix @@ -122,6 +125,9 @@ efi.canTouchEfiVariables = true; }; + users.users.raphael.openssh.authorizedKeys.keys = [ + sshKeyMac + ]; services = { seatd.enable = true; xserver = {