From d3274d8a59640a2b918249e2452179ebcd83b807 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Sat, 23 Aug 2025 20:28:58 -0500 Subject: [PATCH] fix --- systems/aarch64-linux/pi4/default.nix | 2 +- systems/aarch64-linux/pi5/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/aarch64-linux/pi4/default.nix b/systems/aarch64-linux/pi4/default.nix index d6df4df..43bf2ec 100755 --- a/systems/aarch64-linux/pi4/default.nix +++ b/systems/aarch64-linux/pi4/default.nix @@ -26,7 +26,7 @@ }; user = { name = "matt"; - passwordFile = config.sops.secrets."pi4/matt_password".path; + passwordFile = config.sops.secrets."pi4/matt-password".path; mutableUsers = false; extraGroups = [ "docker" diff --git a/systems/aarch64-linux/pi5/default.nix b/systems/aarch64-linux/pi5/default.nix index b9410e4..a70863d 100644 --- a/systems/aarch64-linux/pi5/default.nix +++ b/systems/aarch64-linux/pi5/default.nix @@ -27,7 +27,7 @@ desktop.hyprland.enable = false; user = { name = "matt"; - passwordFile = config.sops.secrets."pi4/matt_password".path; + passwordFile = config.sops.secrets."pi5/matt-password".path; mutableUsers = false; extraGroups = [ "docker" ]; sshKeys = [