Files
nixos/README.md

861 B

NixOS configuration

My own NixOS configuration, made for myself so probably won't suit you well.

Screenshot

How to install

  1. Clone the repo
git clone git@github.com:Superredstone/nixos.git ~/.nixos && cd .nixos
  1. Choose an hostname
  2. Copy your current configuration inside of machines/$HOSTNAME
  3. Create a file named machines/$HOSTNAME/default.nix with the following contents
{ ... }: 
{
	imports = [
		./configuration.nix
	];
}
  1. Follow secrets/README.md
  2. Switch to the new configuration
HOSTNAME=HOSTNAME just switch

Contributing

After commit bd788c3 this repository will follow the conventional commits specification