updates
This commit is contained in:
parent
7048577c26
commit
aaa0cf7659
3 changed files with 478 additions and 29 deletions
|
|
@ -6,17 +6,18 @@
|
|||
enable = true;
|
||||
openFirewall = true;
|
||||
extraUpFlags = [ "--ssh" ];
|
||||
useRoutingFeatures = "client";
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.tail-tray ]; # or pkgs.trayscale
|
||||
|
||||
systemd.user.services.tail-tray = {
|
||||
description = "Tailscale tray (Plasma)";
|
||||
wantedBy = [ "graphical-session.target" ];
|
||||
after = [ "graphical-session.target" ];
|
||||
serviceConfig = {
|
||||
ExecStart = "${pkgs.tail-tray}/bin/tail-tray";
|
||||
Restart = "on-failure";
|
||||
};
|
||||
};
|
||||
# systemd.user.services.tail-tray = {
|
||||
# description = "Tailscale tray (Plasma)";
|
||||
# wantedBy = [ "graphical-session.target" ];
|
||||
# after = [ "graphical-session.target" ];
|
||||
# serviceConfig = {
|
||||
# ExecStart = "${pkgs.tail-tray}/bin/tail-tray";
|
||||
# Restart = "on-failure";
|
||||
# };
|
||||
# };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue