don't put password hash into home directory

This commit is contained in:
CherryKitten 2024-06-07 11:19:33 +02:00
parent 896cdca76a
commit a481634ffc
Signed by: sammy
GPG key ID: 98D8F75FB0658276

View file

@ -1,7 +1,7 @@
{ pkgs, lib, config, ... }:
{
deployment.keys."sammy_password_hash" = {
destDir = "/home/sammy/.keys";
destDir = "/nix/keys/";
keyCommand = [ "pass" "users/sammy/hashedPassword" ];
};