summaryrefslogtreecommitdiffstats
path: root/nin/2configs/weechat.nix
diff options
context:
space:
mode:
authorlassulus <lass@blue.r>2018-10-07 20:57:53 +0200
committerlassulus <lass@blue.r>2018-10-08 23:26:05 +0200
commit62314e64c259bc6bae39e2bd29ecec2c5e5ea262 (patch)
treef40b118d9d3052bf2b965e4a1ef604ed4dea135e /nin/2configs/weechat.nix
parentdee4da76caf04cc80ba7b60d75451c581bc053f1 (diff)
remove nin
Diffstat (limited to 'nin/2configs/weechat.nix')
-rw-r--r--nin/2configs/weechat.nix21
1 files changed, 0 insertions, 21 deletions
diff --git a/nin/2configs/weechat.nix b/nin/2configs/weechat.nix
deleted file mode 100644
index 6c0fb313e..000000000
--- a/nin/2configs/weechat.nix
+++ /dev/null
@@ -1,21 +0,0 @@
-{ config, lib, pkgs, ... }:
-
-let
- inherit (import <stockholm/lib>) genid;
-in {
- krebs.per-user.chat.packages = with pkgs; [
- mosh
- weechat
- tmux
- ];
-
- users.extraUsers.chat = {
- home = "/home/chat";
- uid = genid "chat";
- useDefaultShell = true;
- createHome = true;
- openssh.authorizedKeys.keys = [
- config.krebs.users.nin.pubkey
- ];
- };
-}