Skip to content

VelHRH/nixos-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

After NixOS installation in your ~/ directory:

  1. Copy config:
cd .config
git clone git@github.com:VelHRH/nixos-config.git
cd nixos-config/hosts
cp -r nixos <your_hostname>
cd <your_hostname>
cp /etc/nixos/hardware-configuration.nix ./
sudo nixos-rebuild switch --flake ./
home-manager switch --flake ./
  1. Adjust flake.nix file. Change user = "vel"; and { hostname = "nixos"; stateVersion = "24.11"; } lines.

  2. Rebuild:

cd nixos-config
git add .
sudo nixos-rebuild switch --flake .
home-manager switch --flake .

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages