This commit is contained in:
Tasia Iso 2024-09-29 18:59:55 +02:00
parent 2435376e6e
commit 1d34736ebf
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw
3 changed files with 26 additions and 1 deletions

View file

@ -34,6 +34,28 @@
psk = "$STARLINK_PSK"; 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";
};
};
}; };
}; };
}; };

Binary file not shown.

View file

@ -1,7 +1,10 @@
let let
sshKeys = import ./ssh-keys.nix; sshKeys = import ./ssh-keys.nix;
in { in {
"wifi.age".publicKeys = [sshKeys.host.yaseen sshKeys.tasia.yaseen]; "wifi.age".publicKeys = [
sshKeys.host.yaseen
sshKeys.tasia.yaseen
];
"nm-secrets.age".publicKeys = [ "nm-secrets.age".publicKeys = [
sshKeys.tasia.yaseen sshKeys.tasia.yaseen
sshKeys.host.enry sshKeys.host.enry