2026-02-05 23:09:05 +01:00
2026-02-03 21:24:21 +01:00
2026-02-04 09:35:47 +01:00
2026-02-05 23:09:05 +01:00
2026-02-05 17:55:09 +01:00
2026-02-04 09:13:41 +01:00
2026-02-04 09:35:47 +01:00
2026-02-03 23:08:59 +01:00
2026-02-03 21:24:21 +01:00

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. Switch to the new configuration
HOSTNAME=HOSTNAME just switch
Description
My own NixOS configuration, made for myself so probably won't suit you well.
Readme 948 KiB
Languages
Nix 96.9%
Just 3.1%