Go to file
Alex Davies 0a726e9740 Added act action runner 2024-05-24 09:20:53 -03:00
home-manager Creality print 2024-05-21 07:17:25 -03:00
modules Initial commit 2024-04-23 07:59:37 -03:00
nixos Added act action runner 2024-05-24 09:20:53 -03:00
overlays Initial commit 2024-04-23 07:59:37 -03:00
pkgs Creality print 2024-05-21 07:17:25 -03:00
.gitignore Added README 2024-04-23 08:02:19 -03:00
README.md aider: Added documentation for building a livecd using this flake to the `README.md` file. 2024-04-24 10:48:14 -03:00
flake.lock Creality print 2024-05-21 07:17:25 -03:00
flake.nix Changed auto-update to just pull form git 2024-05-24 07:00:23 -03:00

README.md

https://github.com/Misterio77/nix-starter-configs

Notes

#Test specific hostname config
nixos-rebuild build-vm --flake ./#athame

Building a LiveCD

To build a livecd using this flake, you can use the following command:

nix build .#nixosConfigurations.<your-configuration>.config.system.build.isoImage

Replace <your-configuration> with the name of your configuration (for example, athame or metatron). This will create an ISO image that you can burn to a CD or write to a USB stick.

Please note that the resulting livecd will be a minimal system with the same packages and configuration as your system, but without any user data. It can be used for installation or recovery purposes.