No description
Find a file
reo101 75ab40c7ca
feat(flake)!: convert everything to flake-parts-style flake modules
Use `agenix-rekey` flake module
Add `NixOS` module for `agenix-rekey`
- Default `masterIdentities`
- Default `localStorageDir`
2024-07-19 01:14:24 +03:00
.github/workflows chore(cicd): update install-nix-action to v20, add flakehub 2023-11-17 17:44:50 +02:00
apps feat(flake): add apps 2023-02-19 13:54:02 +02:00
machines chore(cheetah)!: use monitored nix & fix nvim 2024-06-10 01:32:00 +03:00
modules feat(flake)!: convert everything to flake-parts-style flake modules 2024-07-19 01:14:24 +03:00
nix feat(flake)!: convert everything to flake-parts-style flake modules 2024-07-19 01:14:24 +03:00
overlays fix(nix-monitored)!: put in nixVersions.monitored 2024-06-01 16:07:36 +03:00
pkgs fix(build)!: do not expose pngpaste 2024-05-26 21:26:35 +03:00
secrets feat(flake)!: convert everything to flake-parts-style flake modules 2024-07-19 01:14:24 +03:00
shells fix(nix-monitored)!: put in nixVersions.monitored 2024-06-01 16:07:36 +03:00
templates fix(templates): rm haskell template declaration 2023-07-13 14:44:12 +03:00
.envrc feat(flake): add .envrc for direnv 2023-10-23 09:05:55 +03:00
.gitignore feat(flake)!: convert everything to flake-parts-style flake modules 2024-07-19 01:14:24 +03:00
default.nix feat(nix): compat default.nix && shell.nix 2023-09-06 20:48:11 +03:00
flake.lock feat(flake)!: convert everything to flake-parts-style flake modules 2024-07-19 01:14:24 +03:00
flake.nix feat(flake)!: convert everything to flake-parts-style flake modules 2024-07-19 01:14:24 +03:00
LICENSE feat(config): initial 2022-11-20 17:23:58 +02:00
nixpkgs.nix feat(config): initial 2022-11-20 17:23:58 +02:00
README.md feat(README): add notes about secrets management 2023-11-17 15:59:32 +02:00
shell.nix feat(nix): compat default.nix && shell.nix 2023-09-06 20:48:11 +03:00

nix


Secrets

# To put `agenix` and friends in `$PATH`
nix develop
cd secrets

Make new key

rage-keygen -o key

Edit secret

agenix -i key -e sub/dir/secret_file.age

Rekey all secrets

agenix -i key --rekey

NixOS setup

# Initial setup
nix run nixpkgs#nixos-anywhere -- --flake .#${HOSTNAME} --build-on-remote --ssh-port 22 root@${HOSTNAME} --no-reboott

# Deploy
deploy .#${HOSTNAME} --skip-checks

Mac (silicon) setup

# Setup system tools
softwareupdate --install-rosetta --agree-to-license
sudo xcodebuild -license

# Install nix
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install

# Apply configuration
git clone https://www.github.com/reo101/rix101 ~/.config/rix101
cd ~/.config/rix101
nix build ".#darwinConfigurations.${HOSTNAME}.system"
./result/sw/bin/darwin-rebuild switch --flake .

# System setup for `yabai` (in system recovery)
csrutil enable --without fs --without debug --without nvram