refactor: move password secrets to subdir

This commit is contained in:
Mohammad Rafiq 2025-04-06 16:19:29 +08:00
parent 7b615ff2d6
commit 9628ebc29c
No known key found for this signature in database
4 changed files with 12 additions and 14 deletions

View file

@ -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"