1{ ... }: 2{ 3 users.users.cassie = { 4 isNormalUser = true; 5 extraGroups = [ "wheel" ]; 6 openssh = { 7 authorizedKeys.keyFiles = [ ../../creds/ssh/users/cassie ]; 8 }; 9 }; 10 11 home-manager.users.cassie = import ./home; 12}