8000 GitHub - wendingtuo/nixos-old
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wendingtuo/nixos-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

After NixOS installation, in your ~ directory:

  1. Copy config:
git clone git@github.com:wendingtuo/nixos.git
cd ~/nixos/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. Change user = "blake"; and { hostname = "nixos"; stateVersion = "24.11"; } lines in flake.nix to match your system.

  2. Rebuild:

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

Credit to VelHRH/nixos-config for the inspiration and structure

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0