i was reading the wrong fucking file

This commit is contained in:
Cy Pokhrel 2024-11-23 23:01:49 -05:00
parent b15432bd15
commit 145e1af744
No known key found for this signature in database
GPG key ID: 1200FBE36C2ADE2E

View file

@ -15,6 +15,7 @@
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "ytnix";
networking.nftables.enable = true;
networking.wireless.iwd = {
enable = true;
settings = {
@ -157,7 +158,7 @@
repo = "de3911@de3911.rsync.net:borg/yt";
encryption = {
mode = "repokey-blake2";
passCommand = "cat /run/keys/borg_yt";
passCommand = "cat /run/secrets/borg/yt";
};
environment = {
BORG_RSH = "ssh -i /home/yt/.ssh/id_ed25519";