add jank-client

This commit is contained in:
mtgmonkey 2025-06-11 05:47:08 -04:00
parent 8e45e7ddb2
commit e0cd2a7940
2 changed files with 7 additions and 7 deletions

View file

@ -62,4 +62,8 @@ in {
openssh.authorizedKeys.keys = ssh-pub-keys;
};
users.groups.spacebar = {};
services.jank-client = {
enable = true;
port = 8282;
};
}