formatting.

This commit is contained in:
Gabe Venberg 2026-03-08 23:27:05 +01:00
parent 6d8560149f
commit a0ba016d28
3 changed files with 8 additions and 9 deletions

View file

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