Skip to content

Commit

Permalink
add screen and docker right aceess for marko L (tiiuae#40)
Browse files Browse the repository at this point in the history
Signed-off-by: karim mdmirajul <[email protected]>
  • Loading branch information
karim20230 authored and fayad committed Oct 2, 2024
1 parent 2e4c822 commit c7631b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hosts/prbuilder/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
environment.systemPackages = with pkgs; [
git
emacs
screen
];
# docker daemon running
virtualisation.docker.enable=true;
Expand Down
2 changes: 1 addition & 1 deletion users/cazfi.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHzAww8Md+anrVfg93jNYey35Lu/YPEdbEh9QRu+riyf cazfi@cazfi-wlt"
];
extraGroups = ["wheel" "networkmanager"];
extraGroups = ["wheel" "networkmanager" "docker"];
};
};
}

0 comments on commit c7631b7

Please sign in to comment.