Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 627 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 627 Bytes

machine-setups

Stores (the Nix/NixOS) configuration of all the machines I work with or on

In order to apply the given configuration for a machine:

  1. Start with an existing NixOS install or bring up a vanilla install. Note: make sure to have git as a system package to begin with
  2. check out the repository
  3. clear out the existing etc/nixos/ directory
  4. ln -s $REPO/$MACHINE/configuration.nix /etc/nixos/configuration.nix so the configuration.nix from this repository is used
  5. sudo nixos-rebuild switch to use the new configuration
  6. Enjoy