1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 11:31:09 +01:00

fix(weechat): move bouncer from toum to makanek and make stateless

This commit is contained in:
2021-02-06 13:44:38 +01:00
parent 444336cd19
commit a592947bbf
4 changed files with 74 additions and 9 deletions

View File

@@ -15,13 +15,6 @@ in {
<niveum/configs/version.nix>
<niveum/configs/traadfri.nix>
<niveum/modules/retiolum.nix>
{
services.weechat.enable = true;
users.extraUsers.weechat = {
useDefaultShell = true;
openssh.authorizedKeys.keys = kieran.sshKeys pkgs;
};
}
];
nix.nixPath = [ "/var/src" ];