diff options
Diffstat (limited to 'ops/machines/whitby/default.nix')
-rw-r--r-- | ops/machines/whitby/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix index 8cec05284a75..381980fd37e8 100644 --- a/ops/machines/whitby/default.nix +++ b/ops/machines/whitby/default.nix @@ -221,6 +221,12 @@ in { file = secretFile "clbot-ssh"; owner = "clbot"; }; + + irccat = { + file = secretFile "irccat"; + mode = "0440"; + group = "irccat"; + }; }; # Automatically collect garbage from the Nix store. |