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,