stuff
This commit is contained in:
parent
7ebeb89eee
commit
c04ce3672a
4 changed files with 74 additions and 58 deletions
|
@ -1,15 +1,10 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
sops.secrets.user_password = {
|
||||
sopsFile = ../../../secrets/user_password.yaml;
|
||||
neededForUsers = true;
|
||||
};
|
||||
|
||||
users.users.caem = {
|
||||
isNormalUser = true;
|
||||
shell = pkgs.zsh;
|
||||
hashedPasswordFile = config.sops.secrets.user_password.path;
|
||||
hashedPasswordFile = config.sops.secrets.upasswd.path;
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue