No description
  • Nix 94%
  • Shell 6%
Find a file
2026-06-06 20:29:57 +02:00
home added python and uv to env 2026-06-06 20:29:57 +02:00
hosts added reverse proxy ssh key 2026-06-05 22:22:02 +02:00
scripts added scripts folder and sysupdate scripts 2026-05-24 23:11:58 +02:00
secrets added reverse proxy ssh key 2026-06-05 22:22:02 +02:00
flake.lock chore: added server profile 2026-05-22 00:21:45 +02:00
flake.nix added first agenix key 2026-05-27 00:00:30 +02:00
README.md added scripts folder and sysupdate scripts 2026-05-24 23:11:58 +02:00

minmos NixOS Dotfiles

Minimal NixOS and Home Manager configuration using Nix Flakes.

Bootstrapping a New Machine

To apply the configuration on a new NixOS system before Flakes are permanently enabled:

sudo NIX_CONFIG="experimental-features = nix-command flakes" nixos-rebuild switch --flake .#vm

System Update

Once the configuration is active, you can rebuild and update using the custom update script:

sys-update