Fix hibernation
This commit is contained in:
@@ -8,6 +8,6 @@
|
||||
|
||||
boot.kernelParams = [
|
||||
"vm.swappiness=30"
|
||||
"hibernate.compressor=lz4"
|
||||
# "hibernate.compressor=lz4"
|
||||
];
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
{ config, ... }:
|
||||
let
|
||||
hasGui = config.services.dbus.implementation == "dbus";
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./direnv.nix
|
||||
|
||||
@@ -28,6 +28,9 @@ in
|
||||
skellock.just
|
||||
docker.docker
|
||||
redhat.vscode-yaml
|
||||
bradlc.vscode-tailwindcss
|
||||
dbaeumer.vscode-eslint
|
||||
mesonbuild.mesonbuild
|
||||
];
|
||||
userSettings = {
|
||||
"chat.agent.enabled" = false;
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
let
|
||||
hasGui = config.services.dbus.implementation == "dbus";
|
||||
in
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Languages
|
||||
|
||||
Reference in New Issue
Block a user