X-Git-Url: https://git.sourcephile.fr/julm/julm-nix.git/blobdiff_plain/2a0f3f5823130efe493176fb0260df6376ec6981..4ed833c90d7a247929afa7e528aa46381e8c8b27:/nixos/profiles/irssi.nix diff --git a/nixos/profiles/irssi.nix b/nixos/profiles/irssi.nix index fbae7a9..b767c33 100644 --- a/nixos/profiles/irssi.nix +++ b/nixos/profiles/irssi.nix @@ -1,4 +1,4 @@ -{ pkgs, lib, config, inputs, ... }: +{ pkgs, config, ... }: { systemd.sockets."tmux@" = { listenStreams = [ "/home/%i/tmux.sock" ]; @@ -7,7 +7,7 @@ socketConfig.Service = "tmux@%i.service"; }; /* - systemd.services."proxy-to-irssi@" = { + systemd.services."proxy-to-irssi@" = { requires = ["irssi@%i.service"]; after = ["irssi@%i.service" "proxy-to-irssi-%i.socket"]; #unitConfig.JoinsNamespaceOf = ["netns-${netns}.service"]; @@ -17,7 +17,7 @@ #PrivateNetwork = true; PrivateTmp = true; }; - }; + }; */ #systemd.sockets."irssi@" = { # enable = values.peersAnnouncing.enable; @@ -48,7 +48,7 @@ NotifyAccess = "all"; #RuntimeDirectory = ["tmux/%i"]; #RuntimeDirectoryMode = "755"; - StateDirectory = ["tmux/%i"]; + StateDirectory = [ "tmux/%i" ]; #TimeoutSec = 5; ExecStop = [ # Send CTRL+u to clear the input line before /quit