Compare commits
1 Commits
4335687f48
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
2624e68a7c
|
@@ -293,6 +293,20 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Auto-start UxPlay with the graphical session so iOS Screen Mirroring
|
||||||
|
# can find this host without manually launching it.
|
||||||
|
systemd.user.services.uxplay = {
|
||||||
|
description = "UxPlay AirPlay Mirror Receiver";
|
||||||
|
partOf = [ "graphical-session.target" ];
|
||||||
|
after = [ "graphical-session.target" "pipewire.service" ];
|
||||||
|
wantedBy = [ "graphical-session.target" ];
|
||||||
|
serviceConfig = {
|
||||||
|
ExecStart = "${pkgs.uxplay}/bin/uxplay";
|
||||||
|
Restart = "on-failure";
|
||||||
|
RestartSec = 5;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
security.pam.services = {
|
security.pam.services = {
|
||||||
login.u2fAuth = true;
|
login.u2fAuth = true;
|
||||||
sudo.u2fAuth = true;
|
sudo.u2fAuth = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user