other more different pi4 stuffs

This commit is contained in:
mjallen18
2025-05-18 18:45:02 -05:00
parent 8f32c03197
commit 7503bd41d3
5 changed files with 56 additions and 48 deletions

View File

@@ -5,7 +5,7 @@
{ config, lib, pkgs, ... }:
let
user = "matt";
# password = config.sops.secrets."desktop/matt_password".path;
password = config.sops.secrets."desktop/matt_password".path;
# kernelBundle = pkgs.linuxAndFirmware.v6_6_31;
in
{
@@ -79,8 +79,7 @@ in
mutableUsers = false;
users."${user}" = {
isNormalUser = true;
# hashedPasswordFile = password;
password = "BogieDudie1";
hashedPasswordFile = password;
extraGroups = [
"wheel"
"docker"