Various config files and sundries
Find a file
2024-09-22 19:43:41 +02:00
common Enable fwupd 2024-09-21 13:17:44 +02:00
files nvim: show projects list on startup by default. Add C-p for project 2024-09-12 01:14:45 +02:00
home Install comma. Remove unused programs. 2024-09-22 19:43:41 +02:00
hosts nemo: install obs studio 2024-09-03 23:42:02 +02:00
overlays Migrate to home-manager 2024-08-02 11:55:35 +02:00
pkgs jj: update to v0.21.0 2024-09-11 23:35:42 +02:00
.envrc Migrate to home-manager 2024-08-02 11:55:35 +02:00
.gitignore Add pearl host 2024-09-03 17:13:48 +02:00
flake.lock update 2024-09-17 11:57:53 +02:00
flake.nix Add pearl host 2024-09-03 17:13:48 +02:00
justfile move old nixos-config over here 2024-08-02 14:10:15 +02:00
README.md shelman->patagia 2024-09-02 19:48:24 +02:00

NixOS Config

IT in a box!

Bootstrapping from a fresh NixOS installation

  1. Install NixOS

  2. Clone this repo:

    nix-shell -p git --command 'git clone https://patagia.dev/dln/nixos-config.git'
    
  3. Ensure host configuration exists at ./nixos-config/hosts/${HOSTNAME} and contains at minimum the hardware configuration. The NixOS installer will write this out to /etc/nixos/hardware-configuration.nix.

  4. Apply configuration:

    sudo nixos-rebuild boot --flake ./nixos-config#${HOSTNAME}
    

Use

  1. Clone this repo somewhere convenient, like ~/src/shelman/nixos-config
  2. Apply configuration: just switch

Update

Update nixpkgs and switch: just update

Home Manager

just home-switch