work: enable docker

main
Motiejus Jakštys 2024-03-13 12:43:45 +02:00 committed by Motiejus Jakštys
parent a705428b89
commit b1f24f3175
1 changed files with 3 additions and 0 deletions

View File

@ -4,11 +4,14 @@
...
}: {
mj.base.users.email = "motiejus.jakstys@chronosphere.io";
mj.base.users.user.extraGroups = ["docker"];
environment.systemPackages = with pkgs; [
google-cloud-sdk
];
virtualisation.docker.enable = true;
home-manager.users.${config.mj.username} = {
home.sessionVariables.GOPRIVATE = "github.com/chronosphereio";
programs.git.extraConfig.url."git@github.com:".insteadOf = "https://github.com";