mirror of
https://github.com/kmein/niveum
synced 2026-03-19 03:21:10 +01:00
feat(toum): remove kfm user, enable login as weechat
This commit is contained in:
@@ -125,7 +125,7 @@ in {
|
||||
zathura = swallow "${pkgs.zathura}/bin/zathura";
|
||||
us = "${pkgs.systemd}/bin/systemctl --user";
|
||||
wcd = "source ${wcd}";
|
||||
weechat = "${pkgs.openssh}/bin/ssh toum -t screen -x weechat/weechat-screen";
|
||||
weechat = "${pkgs.openssh}/bin/ssh weechat@toum -t screen -x weechat-screen";
|
||||
where = "source ${where}";
|
||||
yt =
|
||||
"${pkgs.youtube-dl}/bin/youtube-dl --add-metadata -ic"; # Download video link
|
||||
|
||||
@@ -32,7 +32,7 @@ in {
|
||||
};
|
||||
toum = {
|
||||
hostname = "toum.r";
|
||||
user = "kfm";
|
||||
user = "root";
|
||||
port = sshPort;
|
||||
};
|
||||
wilde = {
|
||||
|
||||
Reference in New Issue
Block a user