secrets
This commit is contained in:
parent
2435376e6e
commit
1d34736ebf
|
@ -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.
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue