From e1991d09efdbf2293eadfaf6355cc80ba6e93125 Mon Sep 17 00:00:00 2001 From: Lauren Lagarde Date: Mon, 28 Jul 2025 17:46:54 -0500 Subject: [PATCH] Assorted minor fixes --- .sops.yaml | 7 +++++-- nixos/features/tui-apps.nix | 2 +- nixos/features/virtualization/dockge.nix | 1 - 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.sops.yaml b/.sops.yaml index 90bfd39..02d836f 100644 --- a/.sops.yaml +++ b/.sops.yaml @@ -1,6 +1,9 @@ -# Get new keys with: +# Get new (host) keys with: # nix-shell -p ssh-to-age --run 'ssh-keyscan example.com | ssh-to-age' -# nix-shell -p ssh-to-age --run 'cat /etc/ssh/ssh_host_ed25519_key.pub | ssh-to-age' +# nix-shell -p ssh-to-age --run 'ssh-to-age -i /etc/ssh/ssh_host_ed25519_key.pub' +# Get new (user) keys with: +# mkdir -p ~/.config/sops/age && nix-shell -p ssh-to-age --run 'ssh-to-age -private-key -i ~/.ssh/id_ed25519 > ~/.config/sops/age/keys.txt' +# nix-shell -p ssh-to-age --run 'ssh-to-age -i ~/.ssh/id_ed25519.pub' keys: - &system_bastion age1up8uth9hwtd9gup3v32l8dypdarj77s2lysm8js8w8mwa80rk4ds76ke6d - &system_blockhouse age14j6ns297c49wx5d8jddctfmek0kvn8rvw3y03nw3pankc03dlpuqhvvy7c diff --git a/nixos/features/tui-apps.nix b/nixos/features/tui-apps.nix index 5a9d45c..e2e882f 100644 --- a/nixos/features/tui-apps.nix +++ b/nixos/features/tui-apps.nix @@ -14,7 +14,7 @@ vim_configurable # File Management - git ffmpeg restic rclone imagemagick + git ffmpeg restic rclone imagemagick cryptsetup # File Systems nfs-utils cifs-utils exfatprogs diff --git a/nixos/features/virtualization/dockge.nix b/nixos/features/virtualization/dockge.nix index 709c52c..cdccc31 100644 --- a/nixos/features/virtualization/dockge.nix +++ b/nixos/features/virtualization/dockge.nix @@ -17,5 +17,4 @@ }; }; }; - }