Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 2.07 KB

File metadata and controls

65 lines (47 loc) · 2.07 KB

nixjourney

Readme

an attempt at learning nix

the end goal is to have a 'one click install' for any given machine

todo

Notes

When dual booting this can be used to make windows use UTC time insead of local time to avoid having to sync time when booting into windows from linux, run this in cmd as an admin

reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation" /v RealTimeIsUniversal /t REG_DWORD /d 1 /f

instalation

nixos-generate-config
nix-shell -p git
git clone https://github.com/FeatherPrince/nixjourney

generate a flake on a bare nix installation

nix flake init --extra-experimental-features nix-command --extra-experimental-features flakes
wrote: "/home/nixos/nixconfig/flake.nix

Notes

When dual booting this can be used to make windows use UTC time insead of local time to avoid having to sync time when booting into windows from linux, run this in cmd as an admin

reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation" /v RealTimeIsUniversal /t REG_DWORD /d 1 /f

Resources

WSL

official website

extranix

MyNixOS