From b367df3f4ed5567cfcc8a6f3b83ce1746a8f1624 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Sat, 23 Aug 2025 20:24:18 -0500 Subject: [PATCH] sops --- systems/aarch64-linux/pi4/default.nix | 3 ++- systems/aarch64-linux/pi5/default.nix | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/systems/aarch64-linux/pi4/default.nix b/systems/aarch64-linux/pi4/default.nix index d766af6..d6df4df 100755 --- a/systems/aarch64-linux/pi4/default.nix +++ b/systems/aarch64-linux/pi4/default.nix @@ -3,6 +3,7 @@ # https://search.nixos.org/options and in the NixOS manual (`nixos-help`). { + config, namespace, ... }: @@ -25,7 +26,7 @@ }; user = { name = "matt"; - password = "BogieDudie1"; + 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 8f59879..b9410e4 100644 --- a/systems/aarch64-linux/pi5/default.nix +++ b/systems/aarch64-linux/pi5/default.nix @@ -3,6 +3,7 @@ # https://search.nixos.org/options and in the NixOS manual (`nixos-help`). { + config, namespace, ... }: @@ -26,7 +27,7 @@ desktop.hyprland.enable = false; user = { name = "matt"; - password = "BogieDudie1"; + passwordFile = config.sops.secrets."pi4/matt_password".path; mutableUsers = false; extraGroups = [ "docker" ]; sshKeys = [