From 0ed2586d450235dec881a0812edc4c9ceb8ff9bb Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 21 Oct 2024 17:17:02 +0200 Subject: [PATCH] fix: move to liv.laptop instead of laptop (namespacing since someone said that'd be cool) --- hosts/sakura/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sakura/default.nix b/hosts/sakura/default.nix index 64947fd..c8e180e 100644 --- a/hosts/sakura/default.nix +++ b/hosts/sakura/default.nix @@ -9,7 +9,7 @@ hardware.framework.amd-7040.preventWakeOnAC = true; networking.hostName = "sakura"; - laptop = true; + liv.laptop = true; services = { thermald.enable = true;