pi4 stuffs

This commit is contained in:
2025-05-18 18:42:29 -05:00
parent cff6cf9eb7
commit 8f32c03197
4 changed files with 42 additions and 40 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
{
@@ -16,7 +16,7 @@ in
# ./hardware-configuration.nix
# ../../share/disko/default-hardware-config.nix
./networking.nix
./sops.nix
# ./sops.nix
../default.nix
];
programs.zsh.enable = true;
@@ -79,7 +79,8 @@ in
mutableUsers = false;
users."${user}" = {
isNormalUser = true;
hashedPasswordFile = password;
# hashedPasswordFile = password;
password = "BogieDudie1";
extraGroups = [
"wheel"
"docker"