diff options
Diffstat (limited to 'nix/hosts/corrino/configuration.nix')
-rw-r--r-- | nix/hosts/corrino/configuration.nix | 9 |
1 files changed, 9 insertions, 0 deletions
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; |