No description
  • Nix 93.5%
  • Shell 6.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-06 00:54:58 +02:00
home added kicad 2026-09-06 00:54:58 +02:00
hosts added fingerprint to l13 2026-08-16 10:13:23 +02:00
scripts update sys-update to refresh flake inputs 2026-08-16 10:23:53 +02:00
secrets added reverse proxy ssh key 2026-06-05 22:22:02 +02:00
flake.lock update flake inputs 2026-08-16 10:23:53 +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