Go to file
2024-09-05 12:31:18 +00:00
home-manager/traverseda Fix nvidia GPU issues on azrael 2024-09-03 13:38:04 -03:00
modules Initial commit 2024-04-23 07:59:37 -03:00
nixos Fix nvidia GPU issues on azrael 2024-09-03 13:38:04 -03:00
overlays Disable docker liverestore so reboot doesn't hang 2024-06-04 12:18:00 -03:00
pkgs Include cadsketcher blender dependencies by defaul 2024-06-02 18:29:32 -03:00
.gitignore Added README 2024-04-23 08:02:19 -03:00
flake.lock Fix nvidia GPU issues on azrael 2024-09-03 13:38:04 -03:00
flake.nix Added support for foreign deployments 2024-08-16 15:28:03 +00:00
hostnames.md Misc minor changes 2024-05-31 09:53:35 -03:00
README.md Update README.md 2024-09-05 12:31:18 +00:00

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

Notes

#Test specific hostname config
nixos-rebuild build-vm --flake ./#athame
sh <(curl -L https://nixos.org/nix/install) --daemon
nix-run -p home-manager
home-manager switch --flake git+https://codeberg.org/traverseda/nixos-config.git?ref=main#traverseda@generic --extra-experimental-features nix-command --extra-experimental-features flakes

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.