From 05da884c3032849e38dd5a60a35b618890cc0904 Mon Sep 17 00:00:00 2001 From: Andre Date: Sun, 12 Jan 2025 18:18:56 -0500 Subject: [PATCH] Pihole: oops typo --- systems/aarch64-linux/Pihole/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/aarch64-linux/Pihole/default.nix b/systems/aarch64-linux/Pihole/default.nix index ea36876..123d50d 100644 --- a/systems/aarch64-linux/Pihole/default.nix +++ b/systems/aarch64-linux/Pihole/default.nix @@ -37,7 +37,7 @@ let # Symlink @home files out into my actual home # See https://superuser.com/a/633610 - ln -s sda/@home/* /home/aires + ln -s /sda/@home/* /home/aires else echo "Failed to mount @home" fi