From 66128cc0fbfef0bb6bff9c478ff8cfc593cfecc9 Mon Sep 17 00:00:00 2001 From: gwg313 Date: Sun, 18 Feb 2024 14:57:40 -0500 Subject: [PATCH 1/2] feat: add router to ssh config --- home-manager/modules/ssh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/modules/ssh.nix b/home-manager/modules/ssh.nix index 96e76cb..8a9fb0e 100644 --- a/home-manager/modules/ssh.nix +++ b/home-manager/modules/ssh.nix @@ -6,6 +6,7 @@ matchBlocks = { "router" = { hostname = "router.local.gwg313.xyz"; + user = "glen"; identityFile = "/home/gwg313/.ssh/home/id_ed25519"; }; "github.com" = { From fa2a2729e370369afbe3495083a9529e399cb6ba Mon Sep 17 00:00:00 2001 From: gwg313 Date: Sun, 18 Feb 2024 14:57:56 -0500 Subject: [PATCH 2/2] feat: add nicotine+ --- home-manager/modules/linux-gui.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/modules/linux-gui.nix b/home-manager/modules/linux-gui.nix index cd0e775..1ab6eeb 100644 --- a/home-manager/modules/linux-gui.nix +++ b/home-manager/modules/linux-gui.nix @@ -20,5 +20,6 @@ sublime-music # A modern and feature-rich music player with a clean user interface and advanced playback options. thunderbird # Mozilla Thunderbird, a powerful and customizable email client with integrated calendaring and chat features. wireshark # Open-source network protocol analyzer for real-time packet inspection and analysis. + nicotine-plus ]; }