some experiments with the lorri daemon service
This commit is contained in:
parent
b934b80560
commit
fbac1f65ea
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue