[systems] disable nvidia from phaedra - added condition
This commit is contained in:
parent
55c8a0273f
commit
47bdac4aa8
@ -55,6 +55,7 @@
|
||||
kitty
|
||||
meld
|
||||
mpv
|
||||
unstable.multiviewer-for-f1
|
||||
unstable.microsoft-edge
|
||||
nextcloud-client
|
||||
screen
|
||||
|
@ -36,6 +36,7 @@
|
||||
|
||||
# disable nvidia!
|
||||
systemd.services.removeNvidia = {
|
||||
unitConfig.ConditionPathExists = "/sys/bus/pci/devices/0000:01:00.0/remove";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
description = "Remove NVIDIA upon boot";
|
||||
serviceConfig = {
|
||||
|
Reference in New Issue
Block a user