mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
af92d881feda097981daf007833db73c0cdde17b
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 an hostname
- Copy your current configuration inside of
machines/$HOSTNAME - Create a file named
machines/$HOSTNAME/default.nixwith the following contents
{ ... }:
{
imports = [
./configuration.nix
];
}
- Switch to the new configuration
HOSTNAME=HOSTNAME just switch
Languages
Nix
96.9%
Just
3.1%
