Go to file
Kabbone ccabef6ed7
flake update
2024-12-07 22:51:47 +01:00
disko disko: add opt 2024-07-15 21:29:57 +02:00
hosts font: remove nerdfonts 2024-12-02 19:53:59 +01:00
modules update flake 2024-11-04 20:20:59 +01:00
secrets services: vault: change database path 2024-10-22 15:19:06 +02:00
README.md disko: README fixup 2023-12-20 11:46:24 +01:00
flake.lock flake update 2024-12-07 22:51:47 +01:00
flake.nix remove nbf5 from ci 2024-11-25 19:20:31 +01:00
systemSettings.nix font: remove nerdfonts 2024-12-02 19:53:59 +01:00

README.md

nixos-config

Install

Patitioning

  • Easiest is to run disko
  • Classic way: Partition disk with gdisk:
  1. EFI Partition, size 512M, type "EF00", Label "NIXBOOT"

  2. Root Partition, size 100%, type "8300", Label "NIXROOT"

Installing

  1. mount all the partitions and subvolumes to /mnt

  2. generate initial nixos config

# nixos-generate-config --root /mnt
  1. clone flake and check config
# cd /mnt/etc/nixos/
# git clone https://git.kabtop.de/Kabbone/nixos-config.git
  1. install system
# nixos-install --flake .#<host>
  1. reboot