1 { device, hostname, ayo_public_key, ... }: {
3 ./hardware-configuration.nix
15 networking.hostName = hostname;
18 sshAgentAuth.enable = true;
19 services."sudo".sshAgentAuth = true;
22 services.openssh.enable = true;
29 extraGroups = [ "wheel" ];
30 openssh.authorizedKeys.keys = [ ayo_public_key ];
34 system.stateVersion = "26.05";
35 nix.settings.trusted-users = [ "ayo" ];