mirror of
https://github.com/davegallant/nix-config
synced 2026-03-03 12:46:34 +00:00
1361afedfd0bfdf646fad817b299e8a642b2dbf4
unpacking 'https://flakehub.com/f/DeterminateSystems/determinate/%2A' into the Git cache... unpacking 'github:NixOS/nixpkgs/d662d64a083e1e8bf1fd5e641058ef89ff185206' into the Git cache... unpacking 'github:NixOS/nixpkgs/a6531044f6d0bef691ea18d4d4ce44d0daa6e816' into the Git cache... unpacking 'github:nix-community/nixvim/35688970083857d26bf6c57934541eb906f96249' into the Git cache... • Updated input 'nixpkgs-master': 'github:NixOS/nixpkgs/a571ccf896852ae4fb18a2c23c846ea934b337fa?narHash=sha256-qmGXhC0uTTPHGKDO%2BzzZAhcbboFd19TODCUXgEkI5Eg%3D' (2025-12-21) → 'github:NixOS/nixpkgs/d662d64a083e1e8bf1fd5e641058ef89ff185206?narHash=sha256-7BBaGoIUkDy/cX5RKda5m2XJ3RMEA4qZpYPsvZ6ODiU%3D' (2025-12-23) • Updated input 'nixpkgs-unstable': 'github:NixOS/nixpkgs/c6245e83d836d0433170a16eb185cefe0572f8b8?narHash=sha256-G/WVghka6c4bAzMhTwT2vjLccg/awmHkdKSd2JrycLc%3D' (2025-12-18) → 'github:NixOS/nixpkgs/a6531044f6d0bef691ea18d4d4ce44d0daa6e816?narHash=sha256-3xY8CZ4rSnQ0NqGhMKAy5vgC%2B2IVK0NoVEzDoOh4DA4%3D' (2025-12-21) • Updated input 'nixvim': 'github:nix-community/nixvim/204a2f3d359e01fcf5af4433adc8cdbb434c9ded?narHash=sha256-LLpJEUFNrj6pO8hvkZMjuuBUeCrjJp/PnVSp2huR%2BZA%3D' (2025-12-20) → 'github:nix-community/nixvim/35688970083857d26bf6c57934541eb906f96249?narHash=sha256-aajoMAR81hZX4PZho2Hvx8Y95M1MtgQHF/8CwyJquZ4%3D' (2025-12-23)
nix-config
This repo stores nix configuration to manage my hosts running NixOS and macOS.
The configuration is very specific to my own machines and setup, but it may be a useful reference for anyone else learning or experimenting with nix, whether it be on a personal workstation or a server environment.
❯ macchina
a8888b. Host - dave@hephaestus
d888888b. Machine - Micro-Star International Co., Ltd MS-7C02 1.0
8P"YP"Y88 Kernel - 6.12.61
8|o||o|88 Distro - NixOS 25.11 (Xantusia)
8' .88 DE - KDE
8`._.' Y8. Packages - 1 (cargo), 10998 (nix)
d/ `8b. Shell - fish
dP Y8b. Terminal - alacritty
d8: ::88b. Resolution - 2560x1440, 3840x2160
d8" 'Y88b Uptime - 26m
:8P :888 CPU - AMD Ryzen 7 5700X 8-Core Processor (16)
8a. _a88P CPU Load - 8%
._/"Yaa .| 88P| Memory - 10.7 GB / 32.8 GB
\ YP" `| `.
/ \.___.d| .'
`--..__) `._.'
Prerequisites
- NixOS (Linux)
- Determinate Nix (macOS)
- just
Build
To run a build/rebuild:
just rebuild
Update
To update nixpkgs defined in flake.nix, run:
just update
If there are updates, they should be reflected in flake.lock.
Rollback
To rollback to the previous generation:
just rollback
Garbage collection
To cleanup previous files, run nix garbage collection:
just clean
Restoring from a live USB
If the bootloader for some reason breaks (i.e. motherboard firmware upgrade), restore it from a live USB by running the following commands:
$ sudo cryptsetup luksOpen /dev/nvme0n1p2 crypted-nixos
Enter passphrase for /dev/nvme0n1p2: ********
$ sudo mount /dev/vg/root /mnt
$ sudo mount /dev/nvme0n1p1 /mnt/boot/efi
$ sudo mount /dev/vg/home /mnt/home
$ sudo nixos-enter /mnt
$ hostname <hostname>
Navigate to the nix-config directory and run:
just rebuild-boot
Languages
Nix
96.1%
Shell
2.2%
Just
1.7%