Compare commits

..

No commits in common. "e645c632cf7a3caa4df664f2392c62c17cd53bcd" and "7144947b5df78a960cf4363c9de24cad7c4fca45" have entirely different histories.

2 changed files with 1 additions and 9 deletions

View File

@ -89,7 +89,7 @@
};
giulioX64 = utilsLinuxX64.user.mkHMUser {
name = "giulio";
roles = [ "ssh" "go" ];
roles = [ "ssh" ];
};
giulioX64NoSSH = utilsLinuxX64.user.mkHMUser { name = "giulio"; };
};

View File

@ -1,8 +0,0 @@
{ config, pkgs, lib, ... }: {
programs.go.enable = true;
home.sessionVariables = {
GOPATH = "$HOME/.local/share/go";
PATH = "$PATH:$GOPATH/bin";
};
}