Skip to content

Repository files navigation

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

About

an attempt at learning nix

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages