This commit is contained in:
mjallen18
2025-08-23 20:24:18 -05:00
parent ac84ea8a7a
commit b367df3f4e
2 changed files with 4 additions and 2 deletions

View File

@@ -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"