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
- Host: GitHub
- URL: https://github.com/compscidr/nix
- Owner: compscidr
- License: mit
- Created: 2024-11-17T18:05:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-19T05:54:27.000Z (over 1 year ago)
- Last Synced: 2025-03-09T16:17:13.950Z (over 1 year ago)
- Language: Shell
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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