argon40
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user