An open API service indexing awesome lists of open source software.

https://github.com/compscidr/nix

Nix configurations for my machines
https://github.com/compscidr/nix

Last synced: 8 months ago
JSON representation

Nix configurations for my machines

Awesome Lists containing this project

README

          

# Nix configurations for my machines

## Bootstrapping Procedures
- Install nixos using a live cd
- Update the `/etc/nixos/configuration.nix` to add `git`
- Run `nixos-rebuild switch`
- clone this repo, change to the directory it is cloned to
- Run `nixos-rebuild switch --upgrade --flake '.#' --use-remote-sudo`
- Sign into 1password
- Switch git repo from http -> ssh

## Guides and Inspirations
- https://www.return12.net/posts/bootstrapping-nixos/
- https://nix.dev/guides/best-practices