Skip to content

Commit

Permalink
Update grades.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenpylons authored Jul 18, 2024
1 parent 2c4bece commit 5362e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/grades.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
users.users.grades = {
isNormalUser = true;
description = "Grading app";
openssh.authorizedKeys.keys = with import ../ssh-keys.nix; [ziga matej mario domen];
openssh.authorizedKeys.keys = with import ../ssh/users.nix; [ziga matej mario domen];
};
}

0 comments on commit 5362e10

Please sign in to comment.