From b8576a6fb3de40ff924c7c0b1763b6892dd9907f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Billet?= Date: Thu, 27 Nov 2025 09:27:22 +0100 Subject: [PATCH] Added autoaspm input. --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index a83b8b4..a8ef5fa 100644 --- a/flake.nix +++ b/flake.nix @@ -38,6 +38,8 @@ disko.nixosModules.disko # Secrets handling sops-nix.nixosModules.sops + # Power savings + inputs.autoaspm.nixosModules.autoaspm # Core host configuration ./configuration.nix ./hardware-configuration.nix