From 9694a26952cb31f78f7acc068bec135e54167016 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Tue, 30 Jun 2026 13:52:50 -0400 Subject: use gnupg for password store and irc password for work computers, just make a new gnupg key since the passwords should go away once you leave and reset the computer --- irc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'irc.nix') diff --git a/irc.nix b/irc.nix index b590aff..a897e1f 100644 --- a/irc.nix +++ b/irc.nix @@ -9,7 +9,7 @@ hjem.users.${username} = { files = { - ".config/senpai/senpai.scfg".source = ./dotfiles/senpai/senpai-untrusted.scfg; + ".config/senpai/senpai.scfg".source = ./dotfiles/senpai/senpai.scfg; }; packages = with pkgs; [ -- cgit v1.3.1