mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
passwordFile -> hashedPasswordFile
This commit is contained in:
parent
9dffea126a
commit
6b0a2f2d08
3 changed files with 3 additions and 3 deletions
|
|
@ -145,7 +145,7 @@
|
|||
config.local.keys.gerg_gerg-phone
|
||||
config.local.keys.gerg_gerg-windows
|
||||
];
|
||||
passwordFile = config.sops.secrets.gerg.path;
|
||||
hashedPasswordFile = config.sops.secrets.gerg.path;
|
||||
};
|
||||
"root" = {
|
||||
uid = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue