No description
- add pandoc so emacs can preview markdown - add nix-index & nix-index database to enable fast command-not-found integration |
||
---|---|---|
configuration.nix | ||
disko.nix | ||
flake.lock | ||
flake.nix | ||
hardware.nix | ||
home.nix | ||
README.md | ||
users.nix |
My nix conf
🏠 Home Setup
nix run home-manager/release-23.05 -- switch --flake .
🏗️ System Setup
👷 "Manual"
- Boot Installer
- Clone repo
- Setup partitions
sudo nix run --extra-experimental-features flakes --extra-experimental-features nix-command github:nix-community/disko -- --mode disko --flake path:$PWD#nixos-pulse
- Run installer
sudo nixos-install --flake .#nixos-pulse
🚀 Fully-Automated
🚨 This will WIPE EVERYTHING on the specified system
⚠️ ensure proper sshd & firewall key setup for remote systems
nix run github:numtide/nixos-anywhere -- --flake path:$PWD#nixos-pulse root@1.2.3.4
🔄 Updates
Run this to keep your system up-to-date.
nix flake update
sudo nixos-rebuild --flake .#nixos-pulse switch
Run this to keep your home up-to-date.
nix flake update
home-manager switch --flake .