Remove autossh

This commit is contained in:
Jeffrey Serio 2024-08-30 20:08:48 -05:00
parent af08231047
commit 9a5830391d

View File

@ -12,7 +12,6 @@
# environment. # environment.
home.packages = with pkgs; [ home.packages = with pkgs; [
arp-scan arp-scan
autossh
bat bat
diskonaut diskonaut
doggo doggo
@ -123,10 +122,7 @@
}; };
}; };
<<<<<<< HEAD
=======
# direnv # direnv
>>>>>>> 9c27199 (Update)
programs.direnv = { programs.direnv = {
enable = true; enable = true;
enableZshIntegration = true; enableZshIntegration = true;