No description
Find a file
2026-01-28 21:20:01 -07:00
home format 2026-01-28 21:20:01 -07:00
hosts tailscale + separating <system> only pkgs better 2026-01-19 23:25:53 -07:00
modules flake update, multipass,renumber windows 2026-01-28 14:02:25 -07: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 flake update, multipass,renumber windows 2026-01-28 14:02:25 -07:00
flake.nix nixfmt-tree instead of alejandra 2026-01-07 16:49:26 -07: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.