trying to fix xwayland satellite service

This commit is contained in:
Matt Nish-Lapidus 2025-03-11 10:32:47 -04:00
parent 4780a381d6
commit f393d27a59
2 changed files with 5 additions and 3 deletions

View file

@ -90,6 +90,8 @@
package = pkgs.power-profiles-daemon;
};
services.getty.autologinUser = "media";
# enable the OpenSSH daemon.
services.openssh.enable = true;
programs.ssh.startAgent = true;