feat: désactivation automatique de la veille

This commit is contained in:
Pierre Martin
2026-05-15 02:41:20 +02:00
parent b3dcede94b
commit 5fd3c7825b
2 changed files with 12 additions and 0 deletions

View File

@@ -130,6 +130,12 @@
# docker run -d --net traefik --ip 172.10.0.10 --restart always -v /var/run/docker.sock:/var/run/docker.sock:ro --name traefik -p 80:80 -p 8080:8080 traefik:2.4.9 --api.insecure=true --providers.docker
# { command = "docker start traefik"; notification = false; }
# Désactive l'extinction automatique de l'écran (DPMS) et l'économiseur d'écran X11
{
command = "xset s off -dpms";
notification = false;
}
];
};
};