work: enable docker
This commit is contained in:
parent
a705428b89
commit
b1f24f3175
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user