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