use localtimed on laptops.

This commit is contained in:
Gabe Venberg 2026-02-26 08:42:43 +00:00
parent 15d1f8c456
commit 61bfa4263b

View file

@ -31,6 +31,8 @@ in {
})
];
services.localtimed.enable= config.host.details.isLaptop;
# Allow unfree packages
nixpkgs.config.allowUnfree = true;