Skip to content

Latest commit

 

History

History
executable file
·
22 lines (18 loc) · 424 Bytes

users.md

File metadata and controls

executable file
·
22 lines (18 loc) · 424 Bytes

Users

{ config, pkgs, lib, assets, ... }:
{
  <<<PereBook/system/users>>>
}

dpd-

sops.secrets."users/PereBook/dpd-/password".neededForUsers = true;
users.users.dpd- = {
  isNormalUser = true;
  hashedPasswordFile = config.sops.secrets."users/PereBook/dpd-/password".path;
  extraGroups = [
    "wheel" # Enable 'sudo' for the user.
  ];
};