You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: home/common/default.nix
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -387,10 +387,16 @@
387
387
#ripgrep.enable = true;
388
388
rtorrent.enable=true;
389
389
# sagemath.enable = true; # oh my god 1 hour + build times and then it usually fails. if it's cached you're fine but on unstable it is just not always cached. even worse against master branch
390
-
ssh={
391
-
enable=true;
392
-
enableDefaultConfig=true;
393
-
};
390
+
# ssh = {
391
+
# enable = true;
392
+
# enableDefaultConfig = true;
393
+
# evaluation warning: user profile: You have set either `nixpkgs.config` or `nixpkgs.overlays` while using `home-manager.useGlobalPkgs`.
394
+
# This will soon not be possible. Please remove all `nixpkgs` options when using `home-manager.useGlobalPkgs`.
395
+
# evaluation warning: user profile: `programs.ssh` default values will be removed in the future.
396
+
# Consider setting `programs.ssh.enableDefaultConfig` to false,
397
+
# and manually set the default values you want to keep at
0 commit comments