don't put password hash into home directory
This commit is contained in:
parent
896cdca76a
commit
a481634ffc
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, lib, config, ... }:
|
{ pkgs, lib, config, ... }:
|
||||||
{
|
{
|
||||||
deployment.keys."sammy_password_hash" = {
|
deployment.keys."sammy_password_hash" = {
|
||||||
destDir = "/home/sammy/.keys";
|
destDir = "/nix/keys/";
|
||||||
keyCommand = [ "pass" "users/sammy/hashedPassword" ];
|
keyCommand = [ "pass" "users/sammy/hashedPassword" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue