diff options
| author | aristote <quentin.aristote@irif.fr> | 2024-04-05 17:36:03 +0200 |
|---|---|---|
| committer | aristote <quentin.aristote@irif.fr> | 2024-04-05 17:36:03 +0200 |
| commit | 53b000814bb0f5b1de6ec054641d63c9c6c8170f (patch) | |
| tree | d73052bb6ce1f05f9e79b17471e4429223e92e5e /modules/nixos | |
| parent | fff7544eb65a7d83e0c790517d01ad076e52e6b0 (diff) | |
nixos: wifi: remove 'template' suffix
Diffstat (limited to 'modules/nixos')
| -rw-r--r-- | modules/nixos/personal/networking/wifi.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/nixos/personal/networking/wifi.nix b/modules/nixos/personal/networking/wifi.nix index ffe6b21..88839f7 100644 --- a/modules/nixos/personal/networking/wifi.nix +++ b/modules/nixos/personal/networking/wifi.nix @@ -8,9 +8,9 @@ id, ssid, }: { - "${id}_template" = { + "${id}" = { connection = { - id = "${id} (template)"; + id = "${id}"; type = "wifi"; }; wifi = { |
