No description
Find a file
Tristan Druyen 5a37187bdf
Add git config for signing via sshkeys
Signed-off-by: Tristan Druyen <tristan@vault81.de>
2023-09-19 03:13:48 +02:00
configuration.nix Add firefox config 2023-09-19 03:13:48 +02:00
disko.nix Fix disko.conf 2023-09-19 03:13:48 +02:00
flake.lock Add firefox config 2023-09-19 03:13:48 +02:00
flake.nix Add firefox config 2023-09-19 03:13:48 +02:00
hardware.nix Various tweaks 2023-09-19 03:13:48 +02:00
home.nix Add git config for signing via sshkeys 2023-09-19 03:13:48 +02:00
README.md Add firefox config 2023-09-19 03:13:48 +02:00

My nix conf

🏗️ System Setup

👷 "Manual"

  1. Boot Installer
  2. Clone repo
  3. 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
    
  4. 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

🙏 Made possible by