diff options
-rw-r--r-- | adho-configuration.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/adho-configuration.nix b/adho-configuration.nix index ac91f16ff733..7a4efc1499ab 100644 --- a/adho-configuration.nix +++ b/adho-configuration.nix @@ -40,6 +40,10 @@ psk = "wurst2015"; }; + "postkontoret" = { + psk = "postkontoret"; + }; + # Eugene's apartment: "GET_5G_4FD250" = { psk = "62636342"; @@ -64,6 +68,10 @@ psk = "Guinness"; }; + "MAGNAT Guest" = { + psk = "elmolino021"; + }; + # Sync Compound "RWDS" = { psk = "radicalagenda"; |