Compare commits
2 Commits
bd1722ab41
...
d77df8748d
| Author | SHA1 | Date | |
|---|---|---|---|
| d77df8748d | |||
| a83cdf7f7d |
@@ -2,7 +2,7 @@
|
|||||||
sops = {
|
sops = {
|
||||||
defaultSopsFile = ../../../../private/secrets.yaml;
|
defaultSopsFile = ../../../../private/secrets.yaml;
|
||||||
secrets = {
|
secrets = {
|
||||||
jay_password = {
|
jay_password_hash = {
|
||||||
neededForUsers = true;
|
neededForUsers = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
users.jay = {
|
users.jay = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "jay";
|
description = "jay";
|
||||||
hashedPasswordFile = config.sops.secrets.jay_password.path;
|
hashedPasswordFile = config.sops.secrets.jay_password_hash.path;
|
||||||
#hashedPassword = "$6$RTOXVXRP1iLIXnQb$rVtTeqlJ7g3AcZgftmVdKFnT2ggCsnVayPlT4beLST9Oz2LHGT2fdcOC/yaQkISK3wzFLqh47fSHgQvRUWpl41";
|
#hashedPassword = "$6$RTOXVXRP1iLIXnQb$rVtTeqlJ7g3AcZgftmVdKFnT2ggCsnVayPlT4beLST9Oz2LHGT2fdcOC/yaQkISK3wzFLqh47fSHgQvRUWpl41";
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" ];
|
||||||
};
|
};
|
||||||
|
|||||||
2
private
2
private
Submodule private updated: 8e5930189c...978e951aeb
Reference in New Issue
Block a user