diff --git a/common/components/wifi-secrets.nix b/common/components/wifi-secrets.nix index ccfe73e..2cd9198 100644 --- a/common/components/wifi-secrets.nix +++ b/common/components/wifi-secrets.nix @@ -34,6 +34,28 @@ psk = "$STARLINK_PSK"; }; }; + + Isopropyl = { + connection = { + id = "Isopropyl"; + type = "wifi"; + }; + ipv4 = { + method = "auto"; + }; + ipv6 = { + addr-gen-mode = "stable-privacy"; + method = "auto"; + }; + wifi = { + mode = "infrastructure"; + ssid = "Isopropyl_notrack"; + }; + wifi-security = { + key-mgmt = "wpa-psk"; + psk = "$ISOPROPYL_PSK"; + }; + }; }; }; }; diff --git a/crypto/nm-secrets.age b/crypto/nm-secrets.age index 83170cf..b4b57a6 100644 Binary files a/crypto/nm-secrets.age and b/crypto/nm-secrets.age differ diff --git a/crypto/secrets.nix b/crypto/secrets.nix index 052e821..66fec31 100644 --- a/crypto/secrets.nix +++ b/crypto/secrets.nix @@ -1,7 +1,10 @@ let sshKeys = import ./ssh-keys.nix; in { - "wifi.age".publicKeys = [sshKeys.host.yaseen sshKeys.tasia.yaseen]; + "wifi.age".publicKeys = [ + sshKeys.host.yaseen + sshKeys.tasia.yaseen + ]; "nm-secrets.age".publicKeys = [ sshKeys.tasia.yaseen sshKeys.host.enry