Skip to content

Superredstone/nixos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

395 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Contributors