My nix config
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix time on windows

author
Dario Oddenino
date (Jun 26, 2026, 10:22 AM +0200) commit 69639d0d parent 95938c0c change-id xrmyyyqs
+3
+3
nixos/hosts/home.nix
··· 2 2 { 3 3 networking.hostName = "home"; 4 4 5 + # This setting is needed to avoid having windows use the wrong time when dual booting 6 + time.hardwareClockInLocalTime = true; 7 + 5 8 }