Dual Booting NixOS and Windows: Difference between revisions

(Add proper sections)
m (→‎System time: concise)
Line 125: Line 125:
Setting RTC time standard to localtime, compatible with Windows in its default configuration:
Setting RTC time standard to localtime, compatible with Windows in its default configuration:


{{File|/etc/nixos/configuration.nix|nix|<nowiki>
{{file|/etc/nixos/configuration.nix|nix|<nowiki>
{ config, pkgs, ... }: {
{ config, pkgs, ... }: {
  # ...
   time.hardwareClockInLocalTime = true;
   time.hardwareClockInLocalTime = true;
  # ...
}</nowiki>}}
}</nowiki>}}