No description
Find a file
2026-04-11 02:57:05 -06:00
home sync desktop 2026-04-11 02:57:05 -06:00
hosts sync desktop 2026-04-11 02:57:05 -06:00
modules sync desktop 2026-04-11 02:57:05 -06:00
pkgs initial commit 2026-01-04 22:15:51 -07:00
.gitignore fixups for mac 2026-01-07 02:15:44 -07:00
flake.lock sync desktop 2026-04-11 02:57:05 -06:00
flake.nix sync desktop 2026-04-11 02:57:05 -06:00
README.md setup nixos 2026-01-07 01:23:46 -07:00

Tyler Critchlow's nix-darwin and nixos System Flake

# for macos, from the config root directory
sudo darwin-rebuild switch --flake .#darwin

# for nixos
sudo nixos-rebuild switch --flake .#desktop # or whatever host you make

Create a New NixOS Host

NixOS should have a different host for every system you have. Create a new directory in ./hosts/<NAME_OF_SYSTEM>. Copy over from /etc/nixos/ your configuration.nix and your hardware-configuration.nix into your newly created directory.