mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 22:00:14 +00:00
use ssh host key as identityfile on tempest
reencrypt secrets and use personal key for mail
This commit is contained in:
@ -38,7 +38,7 @@
|
||||
};
|
||||
|
||||
# Create private key file for wireguard
|
||||
secrets.wireguard = {
|
||||
secrets.wireguard = lib.mkIf config.wireguard.enable {
|
||||
source = ../../../private/wireguard.age;
|
||||
dest = "${config.secretsDirectory}/wireguard";
|
||||
};
|
||||
|
Reference in New Issue
Block a user