No description
  • Nix 90.9%
  • Shell 5.6%
  • CSS 1.5%
  • Just 1.1%
  • HTML 0.9%
Find a file
eymeric d2bc2bfd38
All checks were successful
Format and Push Nix / format (push) Successful in 13s
Build all systems / build (push) Successful in 4m29s
Add ntfy health check to gatus
2026-04-02 14:27:18 +02:00
.forgejo/workflows Enable email notifications for Forgejo workflows 2026-01-18 11:07:18 +01:00
apps Add ntfy health check to gatus 2026-04-02 14:27:18 +02:00
configs Move smtp group definition from cyclamen to common config 2026-03-19 09:06:11 +01:00
overlays fix: otbr hash 2026-04-02 11:13:05 +02:00
secrets feat: ntfy 2026-04-02 14:22:34 +02:00
systems feat: ntfy 2026-04-02 14:22:34 +02:00
.envrc add some tools and a direnv to work with config 2024-09-26 20:59:39 +02:00
.gitignore Ignore files matching *-sd-* pattern 2025-07-28 21:54:02 +02:00
flake.lock flake.lock: Update 2026-04-02 10:28:45 +02:00
flake.nix Use Onyx mirror for musnix input 2026-03-10 10:48:53 +01:00
justfile fix: migrate remote sudo to simple sudo 2026-04-02 12:12:40 +02:00
README.md Add Cyclamen system and remote install helper 2025-12-18 23:34:42 +01:00

install

remote install

example:

just remote-install cyclamen 2a01:4f9:c013:978b::1

formatting

Get the format config:

cd /tmp
curl https://raw.githubusercontent.com/hatch01/flake/master/disk.nix -o disk.nix

Get the disk id we want to format

lsblk

The output should look like this:

NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
nvme0n1     259:0    0   1,8T  0 disk

edit the device value according to your disk.

vi /tmp/disk.nix

set the disk encryption password

echo -n "password" > /tmp/secret.key

Run partitionment:

sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko -- --mode disko /tmp/disk.nix

Install

su root
mkdir -p /mnt/etc
cd /mnt/etc
git clone https://github.com/hatch01/flake nixos
cd nixos

maybe edit the disk name in flake .nix

You need to generate keys for secure boot:

sudo sbctl create-keys

then install

nixos-install --flake .#tulipe