dregil: Enable autorandr service

This commit is contained in:
Alexander Kobjolke 2023-08-05 23:15:05 +02:00
parent 79ac67ecc5
commit b407c58205

View file

@ -55,6 +55,8 @@ in {
enableSshSupport = true;
sshKeys = [ "9027AB16B9A7C20BD29F30F55CBA054430BF014C" ];
};
services.autorandr = { enable = true; };
}
];
};