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