From 16d08d35463ab11be1062ba7dd46bbdce424d599 Mon Sep 17 00:00:00 2001 From: osbm Date: Mon, 22 Dec 2025 22:34:22 +0300 Subject: [PATCH] enable hybernation in ares --- hosts/nixos/ares/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nixos/ares/configuration.nix b/hosts/nixos/ares/configuration.nix index cb0459f..2c52203 100644 --- a/hosts/nixos/ares/configuration.nix +++ b/hosts/nixos/ares/configuration.nix @@ -15,7 +15,7 @@ steam.enable = true; }; hardware = { - hibernation.enable = false; + # hibernation.enable = false; sound.enable = true; }; i18n.enable = true;