No description
Find a file
2023-09-28 12:27:51 +02:00
.directory WIP: Add qemu 2023-09-26 11:22:33 +02:00
configuration.nix WIP: Add qemu 2023-09-26 11:22:33 +02:00
disko.nix Fix disko.conf 2023-09-19 03:13:48 +02:00
flake.lock Update flakes 2023-09-28 12:27:51 +02:00
flake.nix Fix home-manager conf 2023-09-20 01:47:24 +02:00
hardware.nix Add amdgpu to initrd to enable early kms 2023-09-20 13:15:25 +02:00
home.nix Add onlyoffice 2023-09-28 12:27:44 +02:00
README.md Add various tweaks & fixes 2023-09-19 12:25:55 +02:00
users.nix WIP: Add qemu 2023-09-26 11:22:33 +02:00

My nix conf

🏠 Home Setup

nix run home-manager/release-23.05 -- switch --flake .

🏗️ 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

Run this to keep your home up-to-date.

nix flake update
home-manager switch --flake .

🙏 Made possible by