update for ubuntu nix

This commit is contained in:
2026-01-07 19:40:06 +01:00
parent 362f65c384
commit 7564dffa83
11 changed files with 166 additions and 23 deletions

View File

@@ -1,3 +1,11 @@
# Generate age key
# $ mkdir -p ~/.config/sops/age
# $ age-keygen -o ~/.config/sops/age/keys.txt
# Copy Public Key
# $ age-keygen -y ~/.config/sops/age/keys.txt
# Add it to .sops.yaml and update keys
# $ sops updatekeys secrets/secrets.enc.yaml
{ config, lib, pkgs, ... }:
{