From 59a1b49504242a5a3069f732e2a526f4d7a25caa Mon Sep 17 00:00:00 2001 From: Emile Date: Tue, 3 Dec 2024 21:56:27 +0100 Subject: (corrino) irc user --- nix/hosts/corrino/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nix/hosts/corrino/configuration.nix b/nix/hosts/corrino/configuration.nix index e5020b2..853ed99 100644 --- a/nix/hosts/corrino/configuration.nix +++ b/nix/hosts/corrino/configuration.nix @@ -388,6 +388,15 @@ in ]; }; + irc = { + isNormalUser = true; + openssh.authorizedKeys.keys = [ ] ++ keys.emile; + packages = with pkgs; [ + irssi + tmux + ]; + }; + hack = { isNormalUser = true; openssh.authorizedKeys.keys = [ ] ++ keys.emile; -- cgit 1.4.1