some experiments with the lorri daemon service

This commit is contained in:
Trolli Schmittlauch 2020-01-29 17:07:36 +01:00
parent b934b80560
commit fbac1f65ea

View file

@ -291,6 +291,7 @@ in
{ {
enable = true; enable = true;
enableSshSupport = true; enableSshSupport = true;
#pinentryFlavor = "qt";
}; };
programs.ssh = programs.ssh =
@ -317,6 +318,12 @@ in
terminal = "screen-256color"; 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; services.lorri.enable = true;
} }