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
|
|
@ -67,7 +67,7 @@ _: {
|
||||||
config.local.keys.gerg_gerg-windows
|
config.local.keys.gerg_gerg-windows
|
||||||
config.local.keys.gerg_gerg-desktop
|
config.local.keys.gerg_gerg-desktop
|
||||||
];
|
];
|
||||||
passwordFile = config.sops.secrets.root.path;
|
hashedPasswordFile = config.sops.secrets.root.path;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -145,7 +145,7 @@
|
||||||
config.local.keys.gerg_gerg-phone
|
config.local.keys.gerg_gerg-phone
|
||||||
config.local.keys.gerg_gerg-windows
|
config.local.keys.gerg_gerg-windows
|
||||||
];
|
];
|
||||||
passwordFile = config.sops.secrets.gerg.path;
|
hashedPasswordFile = config.sops.secrets.gerg.path;
|
||||||
};
|
};
|
||||||
"root" = {
|
"root" = {
|
||||||
uid = 0;
|
uid = 0;
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@ _: {
|
||||||
config.local.keys.gerg_gerg-windows
|
config.local.keys.gerg_gerg-windows
|
||||||
config.local.keys.gerg_gerg-desktop
|
config.local.keys.gerg_gerg-desktop
|
||||||
];
|
];
|
||||||
passwordFile = config.sops.secrets.root.path;
|
hashedPasswordFile = config.sops.secrets.root.path;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue