test
This commit is contained in:
parent
38ba9be0eb
commit
ff9d4bb9d7
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue