From fbcd8eb746358137542ee67f2a3ea27609d34460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Mon, 5 May 2025 16:42:55 +0200 Subject: [PATCH] docs: add comment for future self --- nix/configurations/installer.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nix/configurations/installer.nix b/nix/configurations/installer.nix index 0454e060..9d07be97 100644 --- a/nix/configurations/installer.nix +++ b/nix/configurations/installer.nix @@ -1,6 +1,12 @@ let system = "x86_64-linux"; self = import ../../default.nix {}; + # + # Note: + # I could've import the wifi configuration and use it here, but I haven't + # figured out an elegant (enough) way to do it while keeping my secrets + # encrypted. + # in { pkgs,