My NixOS configuration
Inspired by the DMC game series.
Name | Description |
---|---|
Nephilims | My systems, real or virtual. |
Devil Arms | NixOS modules |
Devil Breakers | HomeManager modules |
Devil Triggers | Enhancements, utils, themes.. |
Nico | The crafty bits :) |
Morrison | The Documentation |
Orbs | Nix overlays |
Sins | Encrypted secrets |
Example for vergil:
nix build .#nixosConfigurations.vergilInstaller.config.system.build.isoImage -o vergil-iso
find the thumbdrive using `lsblk` and replace `/dev/sdb` below
sudo dd if=vergil-iso/iso/TAB.iso of=/dev/sdb status=progress
- With the USB, enter boot selection with F12 (on dell).
- use
nmtui
to activate wifi. - run
ip a
to show ip addr. - now you can access via ssh (this is optional, of course).
- run
sudo su
. - run
party
. Enter your LUKS passphrase. - run
flaky
. - go take a nap. It is gonna take awhile.
- reboot!
- run
nmtui
to setup your wifi. - run
sudo passwd $USER
to change your password. - run
Hyprland
.
- update this flake according to the generated config from
nixos-generate-config --root /mnt
. - run
flaky
.
I learned alot (and also copied 😅) from the community.
🙇 @fufexan
🙇 @ruixi
🙇 @hlissner