mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 07:14:39 +02:00
5e794db02aeaf8f61642620e7581a1ba752699a3
NixOS configuration
My own NixOS configuration, made for myself so probably won't suit you well.
How to install
- Clone the repo
git clone git@github.com:Superredstone/nixos.git ~/.nixos && cd .nixos
- Choose a hostname
- Copy your current configuration inside of
machines/$HOSTNAME - Load basic utils to your current environment
nix-shell -p git neovim just
- Create a file named
machines/$HOSTNAME/default.nixwith the following contents
{ ... }:
{
imports = [
./configuration.nix
];
}
- Switch to the new configuration
HOSTNAME=HOSTNAME just new-machine
- Follow
secrets/README.md
Contributing
After commit bd788c3 this repository will follow the conventional commits specification
Languages
Nix
97.3%
Just
2.7%
