2
0
Fork 0
forked from pub-solar/os

dumpyourvms: add missing bracket

This commit is contained in:
teutat3s 2025-03-31 22:54:54 +02:00
parent a737104a6d
commit c91e2c4320
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -91,6 +91,7 @@ in
ExecStop = "${pkgs.bash}/bin/sh -c 'echo ON >/sys/kernel/debug/vgaswitcheroo/switch'";
};
wantedBy = [ "multi-user.target" ];
};
systemd.user.services."battery-low" = {
enable = true;