pocket2 changes + CONSOLE BLANKING
This commit is contained in:
parent
02d7267e5e
commit
f2ec49ad2d
2 changed files with 18 additions and 1 deletions
|
|
@ -6,6 +6,20 @@ let
|
|||
in {
|
||||
systemd = {
|
||||
services = {
|
||||
console-blank = {
|
||||
enable = true;
|
||||
description ="Blank screen";
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
ExecStart = "${pkgs.util-linux}/bin/setterm -blank 1";
|
||||
TTYPath="/dev/console";
|
||||
StandardOutput="tty";
|
||||
};
|
||||
wantedBy = ["multi-user.target"];
|
||||
environment = {
|
||||
TERM = "linux";
|
||||
};
|
||||
};
|
||||
tailscale-autoconnect = {
|
||||
description = "Automatic connection to Tailscale";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue