This commit is contained in:
mjallen18
2025-06-06 16:48:08 -05:00
parent 8643175a63
commit 739f1d6dfb
4 changed files with 91 additions and 45 deletions

View File

@@ -5,7 +5,7 @@
{ config, pkgs, ... }:
let
user = "matt";
password = config.sops.secrets."pi4/matt-password".path;
# password = config.sops.secrets."pi4/matt-password".path;
in
{
imports = [
@@ -73,7 +73,8 @@ in
mutableUsers = false;
users."${user}" = {
isNormalUser = true;
hashedPasswordFile = password;
# hashedPasswordFile = password;
password = "BogieDudie1";
extraGroups = [
"wheel"
"docker"