Skip to content

Commit 5c5bedb

Browse files
committed
amd 433
1 parent 0c8e3ba commit 5c5bedb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

home/common/default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,10 @@
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.enable = true;
390+
ssh = {
391+
enable = true;
392+
enableDefaultConfig = true;
393+
};
391394
starship.enable = true;
392395
swaylock.enable = true;
393396
taskwarrior = {

0 commit comments

Comments
 (0)