Skip to content

Zabuddia/ModularNixOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

476 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to install NixOS

  • Put NixOS on a USB drive and go thorugh installation

Connect to the internet

Install Git

nix-shell -p git

Set Up GitHub

ssh-keygen -t ed25519 -C "[email protected]"
cat ~/.ssh/id_ed25519.pub 
# Paste this into GitHub
mkdir ~/.nixos
git clone [email protected]:Zabuddia/ModularNixOS.git ~/.nixos

Set Up NixOS

  • Edit hosts.nix and users-list.nix in the modules/config/ directory to be what you want
sudo cp /etc/nixos/hardware-configuration.nix ~/.nixos/hosts/<your-hostname>-hardware.nix
cd ~/.nixos
sudo nixos-rebuild switch --flake .#<your-hostname>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors