Stuff
This commit is contained in:
parent
42a591bd37
commit
fc03bb0b93
5 changed files with 14 additions and 6 deletions
|
@ -1,9 +1,15 @@
|
|||
{ pkgs, ... }:
|
||||
{ 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;
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue