No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-02 22:39:46 +02:00
hosts WIP 2026-09-02 22:39:46 +02:00
modules WIP 2026-09-02 22:39:46 +02:00
users WIP 2026-09-02 22:39:46 +02:00
.editorconfig WIP 2026-09-02 22:39:46 +02:00
flake.lock WIP 2026-09-02 22:39:46 +02:00
flake.nix WIP 2026-09-02 22:39:46 +02:00
README.md WIP 2026-09-02 22:39:46 +02:00

infra

Before running disko-install for tunis

sudo mkdir -p -m 0700 /run/disko
sudo sh -c '
  umask 077
  printf "%s" "$(sops -d --extract "[\"luks-password\"]" secrets.yaml)" \
    >/run/disko/luks-password
'