some experiments with the lorri daemon service

flake-conversion
Trolli Schmittlauch 2020-01-29 17:07:36 +01:00
parent b934b80560
commit fbac1f65ea
1 changed files with 7 additions and 0 deletions

View File

@ -291,6 +291,7 @@ in
{
enable = true;
enableSshSupport = true;
#pinentryFlavor = "qt";
};
programs.ssh =
@ -317,6 +318,12 @@ in
terminal = "screen-256color";
};
#systemd.user.services.lorri = {
# Service.ExecStart = lib.mkForce "${pkgs.lorri}/bin/lorri -v daemon";
# Install.WantedBy = [ "default.target" ];
#};
systemd.user.startServices = true;
services.lorri.enable = true;
}