This commit is contained in:
iFargle 2024-01-05 22:26:10 +09:00
parent 38ba9be0eb
commit ff9d4bb9d7

View file

@ -30,6 +30,11 @@
# Set the networking hostname:
networking.hostName = "nixos-framework";
# Laptop can't sleep for some reason
systemd.services.systemd-logind.environment = {
SYSTEMD_BYPASS_HIBERNATION_MEMORY_CHECK = "1";
};
hardware = {
opengl = {
enable = true;