mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
String, not Strings
This commit is contained in:
parent
8f74ec17cd
commit
0e4450a9db
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
deploy.profile.hardware.wifi = true;
|
||||
networking.wireless = {
|
||||
enable = true;
|
||||
networks.${builtins.unsafeDiscardStringsContext tf.variables.wireless-ssid.get} = {
|
||||
networks.${builtins.unsafeDiscardStringContext tf.variables.wireless-ssid.get} = {
|
||||
pskRaw = tf.variables.wireless-password.get;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue