Skip to content

owickstrom/nixos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

156 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NixOS Config

If on a new laptop, install NixOS normally, and then create a new module in hosts/ using the hardware configuration generated by the Nix installer. Then:

git clone git@github.com:owickstrom/nixos ~/nixos

Host-specific setup

  • spruce

    sudo nixos-rebuild switch --flake "$HOME/nixos#spruce"
    
  • antithesis-laptop

    sudo nixos-rebuild switch --flake "$HOME/nixos#antithesis-laptop" --impure --option substituters 'https://cache.nixos.org'
    
  • antithesis-desktop

    sudo nixos-rebuild switch --flake "$HOME/nixos#antithesis-desktop" --impure --option substituters 'https://cache.nixos.org'
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors