Skip to content

Commit

Permalink
headless: remove ssh key from unpriv user
Browse files Browse the repository at this point in the history
  • Loading branch information
ahayzen committed Apr 14, 2024
1 parent 92b0801 commit d91b0f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nixos/modules/headless/docker.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@
# Define the unpriv user for docker
users.users.unpriv = {
isNormalUser = true;

openssh.authorizedKeys.keys = config.ahayzen.publicKeys.group.user.developers;
};

virtualisation.docker = {
Expand Down

0 comments on commit d91b0f7

Please sign in to comment.