From 48ce2c40971a7eb3deea7cf7e9edb708844f2928 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Thu, 23 Jul 2026 08:37:44 +1000 Subject: [PATCH] added sops key path and updated pve1 SSH user --- hosts/nixos/home.nix | 1 + scripts/env.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/nixos/home.nix b/hosts/nixos/home.nix index 566b708..86ea3f6 100644 --- a/hosts/nixos/home.nix +++ b/hosts/nixos/home.nix @@ -25,6 +25,7 @@ # Optional: set environment vars sessionVariables = { EDITOR = "vim"; + SOPS_AGE_KEY_FILE = "/home/nixos/Nextcloud/Filing Cabinet/keys/nixos-sops-age-key-txt" }; file = { diff --git a/scripts/env.sh b/scripts/env.sh index 64ceb5d..4aa586f 100755 --- a/scripts/env.sh +++ b/scripts/env.sh @@ -22,7 +22,7 @@ : "${PVE1_HOST:=pve1.sweet.home}" : "${PVE_TEST_HOST:=pve-test.sweet.home}" : "${PROXMOX_HOST:=$PVE1_HOST}" -: "${PROXMOX_SSH_USER:=root}" +: "${PROXMOX_SSH_USER:=wayne}" # Where this flake repo lives on the Proxmox node itself. # scripts/proxmox/create-proxmox-resource.sh builds images directly on the node