2026-05-28 16:09:59 +02:00
2026-05-28 16:09:59 +02:00
2026-05-28 11:39:34 +02:00
2026-05-28 10:24:22 +02:00
2026-05-28 11:39:34 +02:00
2026-03-07 17:20:37 +01:00
2026-05-27 18:51:49 +02:00
2026-05-28 16:09:59 +02:00
2026-03-06 09:34:11 +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 a hostname
  2. Copy your current configuration inside of machines/$HOSTNAME
  3. Load basic utils to your current environment
nix-shell -p git neovim just
  1. Create a file named machines/$HOSTNAME/default.nix with the following contents
{ ... }: 
{
	imports = [
		./configuration.nix
	];
}
  1. Switch to the new configuration
HOSTNAME=HOSTNAME just new-machine
  1. Follow secrets/README.md

Contributing

After commit bd788c3 this repository will follow the conventional commits specification

S
Description
My own NixOS configuration, made for myself so probably won't suit you well.
Readme 1.8 MiB
Languages
Nix 97.3%
Just 2.7%