Skip to content

Commit 8291ec2

Browse files
committed
amd 435
1 parent 60cc09f commit 8291ec2

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

home/common/default.nix

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -387,10 +387,16 @@
387387
#ripgrep.enable = true;
388388
rtorrent.enable = true;
389389
# 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
398+
# `programs.ssh.matchBlocks."*"`.
399+
# };
394400
starship.enable = true;
395401
swaylock.enable = true;
396402
taskwarrior = {

0 commit comments

Comments
 (0)