Compare commits

..

2 Commits

Author SHA1 Message Date
jay
eb1da112ab Disable password sops stuff. 2025-07-12 09:56:38 -04:00
jay
f664de7fcb Update secrets. 2025-07-12 09:56:28 -04:00
3 changed files with 11 additions and 11 deletions

View File

@@ -1,11 +1,11 @@
{ config, inputs, lib, ... }: {
sops = {
#defaultSopsFile = ../../../../private/secrets.yaml;
secrets = {
jay_password_hash = {
neededForUsers = true;
};
};
#secrets = {
# jay_password_hash = {
# neededForUsers = true;
# };
#};
};
}

View File

@@ -1,16 +1,16 @@
{ config, inputs, ... }: {
# Define a user account. Don't forget to set a password with passwd.
sops.secrets = {
jay_password_hash = { };
};
#sops.secrets = {
# jay_password_hash = { };
#};
users = {
mutableUsers = false;
users.jay = {
isNormalUser = true;
description = "jay";
hashedPasswordFile = config.sops.secrets.jay_password_hash.path;
#hashedPassword = "$6$RTOXVXRP1iLIXnQb$rVtTeqlJ7g3AcZgftmVdKFnT2ggCsnVayPlT4beLST9Oz2LHGT2fdcOC/yaQkISK3wzFLqh47fSHgQvRUWpl41";
#hashedPasswordFile = config.sops.secrets.jay_password_hash.path;
hashedPassword = "$y$j9T$oomgQFsMbc0odlNIUXEpq/$dhgLjElzaJuU3rF1wXGcSXFUWC/fP1g5mAPZizKUFQ4";
extraGroups = [ "networkmanager" "wheel" ];
};
};

Submodule private updated: 978e951aeb...0b5bb59c79