mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
Gabriel Arazas
051e7fb3c4
It isn't exactly used much and also it is not really meant to be used in that way even though it is still Nix data. |
||
---|---|---|
.. | ||
default.nix | ||
README.adoc |
My personalized NixOS installation medium. It is not supposed to be used as a daily system (if you are, you’re pretty weird :/).
This is based from how devos generates their ISO. You can also see an example from nix.dev.
To make use of this, you can generate an ISO through nixos-generators. [1]
nix run github:nix-community/nixos-generators -- --flake .#bootstrap --format iso --out-link result
Though, you could also easily build one with packages.bootstrap-install-iso
from the flake output.
nix build $FLAKE#bootstrap-install-iso
With the ISO built, you can now use it for yourself for whatever reason.
1. You can also try this for other hosts as well for MORE BEEFY OFFLINE INSTALLATION MEDIUM!