refactor: move password secrets to subdir
This commit is contained in:
parent
7b615ff2d6
commit
9628ebc29c
4 changed files with 12 additions and 14 deletions
|
@ -29,7 +29,7 @@
|
|||
users.rafiq = {
|
||||
isNormalUser = true;
|
||||
description = "rafiq";
|
||||
hashedPasswordFile = config.sops.secrets.password.path;
|
||||
hashedPasswordFile = config.sops.secrets."rafiq/password".path;
|
||||
uid = 1000;
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue