all: stop installing go by default
This commit is contained in:
parent
0a4f1c7ce4
commit
12230fd136
@ -8,7 +8,6 @@ let
|
||||
openssh.authorizedKeys.keys = config.myconf.hwPubKeys
|
||||
++ config.myconf.managementPubKeys;
|
||||
};
|
||||
goVersion = pkgs.go_1_18;
|
||||
in {
|
||||
options = {
|
||||
defaultUsers = {
|
||||
@ -45,7 +44,7 @@ in {
|
||||
};
|
||||
|
||||
environment.systemPackages =
|
||||
if isUnstable then [ goVersion pkgs.yash ] else [ goVersion ];
|
||||
if isUnstable then [ pkgs.yash ] else [ ];
|
||||
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user