1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 03:51:07 +01:00

systems -> machines

This commit is contained in:
2025-12-28 12:49:10 +01:00
parent 2d6294e44b
commit ab895d9f7b
5 changed files with 17 additions and 17 deletions

View File

@@ -123,7 +123,7 @@ in
zoom-us # video conferencing
(pkgs.writers.writeDashBin "im" ''
weechat_password=$(${pkgs.pass}/bin/pass weechat)
exec ${weechat}/bin/weechat -t -r '/mouse enable; /remote add makanek http://${pkgs.lib.niveum.systems.makanek.externalIp}:8002 -password='"$weechat_password"'; /remote connect makanek'
exec ${weechat}/bin/weechat -t -r '/mouse enable; /remote add makanek http://${pkgs.lib.niveum.machines.makanek.externalIp}:8002 -password='"$weechat_password"'; /remote connect makanek'
'')
alejandra # nix formatter
pdfgrep # search in pdf

View File

@@ -8,7 +8,7 @@
services.openssh = {
enable = true;
ports = [ pkgs.lib.niveum.systems.${config.networking.hostName}.sshPort ];
ports = [ pkgs.lib.niveum.machines.${config.networking.hostName}.sshPort ];
settings = {
PasswordAuthentication = false;
X11Forwarding = true;