{ pkgs, ... }: { users.users.till = { isNormalUser = true; description = "Till"; extraGroups = [ "wheel" "networkmanager" ]; shell = pkgs.fish; openssh.authorizedKeys.keyFiles = [ ./ssh/till${"@"}nova.pub ]; }; }