mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2025-12-14 07:38:19 +01:00
laptop: remove input leap user unit
This commit is contained in:
parent
6fc8040197
commit
8d1c533691
1 changed files with 0 additions and 17 deletions
|
|
@ -181,23 +181,6 @@
|
|||
monero-gui
|
||||
];
|
||||
|
||||
|
||||
systemd.user.services.app-input-leap-client = {
|
||||
Unit = {
|
||||
Description = "input-leap client";
|
||||
After = [ "graphical-session-pre.target" "network.target" ];
|
||||
PartOf = [ "graphical-session.target" ];
|
||||
};
|
||||
Service = {
|
||||
Type = "simple";
|
||||
ExecStart = "${pkgs.input-leap}/bin/input-leapc -f --debug DEBUG --name lgm-nixos --disable-crypto [wandering-nomad.lan]:24800";
|
||||
Restart = "always";
|
||||
};
|
||||
Install = {
|
||||
WantedBy = [ "graphical-session.target" ];
|
||||
};
|
||||
};
|
||||
|
||||
# Email stuff
|
||||
|
||||
programs.thunderbird = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue