Update to nixos 21.11
This commit is contained in:
parent
476c25ba26
commit
c41c05f45a
6 changed files with 30 additions and 105 deletions
|
@ -99,15 +99,8 @@
|
|||
|
||||
gh = {
|
||||
enable = true;
|
||||
} // (
|
||||
let
|
||||
protocol = "ssh";
|
||||
in
|
||||
if (config.home.stateVersion == "21.05") then
|
||||
{ gitProtocol = "ssh"; }
|
||||
else
|
||||
{ settings.git_protocol = protocol; }
|
||||
);
|
||||
settings.git_protocol = "ssh";
|
||||
};
|
||||
|
||||
git = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue