From 0c8149342d2472b96fdb1418a3018b15b57ea4e5 Mon Sep 17 00:00:00 2001 From: victor Date: Wed, 9 Nov 2022 10:16:30 +0100 Subject: [PATCH] add wifi network --- nixos/hosts/thalassa/null/networking.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/hosts/thalassa/null/networking.nix b/nixos/hosts/thalassa/null/networking.nix index 0de1672..4ede710 100644 --- a/nixos/hosts/thalassa/null/networking.nix +++ b/nixos/hosts/thalassa/null/networking.nix @@ -42,6 +42,9 @@ "meowy hotspot" = { psk = "@HOTSPOT_PASSWORD@"; }; + "WiFi Roest" = { + psk = "@WIFI_ROEST_PASSWORD@"; + }; }; };