From 145e1af7449d7fa097903b39228831131a38ef04 Mon Sep 17 00:00:00 2001 From: Cy Pokhrel Date: Sat, 23 Nov 2024 23:01:49 -0500 Subject: [PATCH] i was reading the wrong fucking file --- nix/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/configuration.nix b/nix/configuration.nix index de9e6ed..ffc10aa 100644 --- a/nix/configuration.nix +++ b/nix/configuration.nix @@ -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";