1 { device, hostname, ... }: {
3 ./hardware-configuration.nix
13 networking.hostName = hostname;
16 sshAgentAuth.enable = true;
17 services."sudo".sshAgentAuth = true;
20 services.openssh.enable = true;
27 extraGroups = [ "wheel" ];
29 openssh.authorizedKeys.keys = [
30 "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIeBrQONJC4u4M0/gYhsMMcVxs+mVlk5bmT7vtReEyK7 ayo@monsoon"
35 system.stateVersion = "26.05";
36 nix.settings.trusted-users = [ "ayo" ];