This commit is contained in:
fwastring 2025-11-26 11:21:09 +01:00
parent 6e92984c5c
commit 789d587a7a
8 changed files with 113 additions and 106 deletions

View file

@ -4,13 +4,13 @@
...
}:
{
sops.secrets.user-password = { };
# sops.secrets.user-password = { };
users = {
defaultUserShell = pkgs.bash;
mutableUsers = false;
users = {
fw = {
hashedPasswordFile = config.sops.secrets.user-password.path;
# hashedPasswordFile = config.sops.secrets.user-password.path;
initialPassword = "password";
isNormalUser = true;
description = "Fredrik Wastring";
extraGroups = [