diff options
author | Emile <git@emile.space> | 2024-12-03 21:56:27 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2024-12-03 21:56:27 +0100 |
commit | 59a1b49504242a5a3069f732e2a526f4d7a25caa (patch) | |
tree | 2a13c07319c33118818aebc2c66a390143fa8f67 | |
parent | 84ce735581ba55521bf02711baba6f4863ef1a3e (diff) |
(corrino) irc user
-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; |