1
0
mirror of https://github.com/kmein/niveum synced 2026-03-22 04:41:07 +01:00

Revert "MASSIVE restructuring"

This reverts commit b94da2d550.
This commit is contained in:
Kierán Meinhardt
2019-01-30 13:16:49 +01:00
parent a6bf4a4793
commit 101e7c99d4
23 changed files with 418 additions and 504 deletions

View File

@@ -1,13 +0,0 @@
{ config, ... }:
{
networking.wireless = {
enable = true;
userControlled.enable = true;
networks = {
Aether = { pskRaw = "e1b18af54036c5c9a747fe681c6a694636d60a5f8450f7dec0d76bc93e2ec85a"; };
EasyBox-927376 = { pskRaw = "dbd490ab69b39bd67cfa06daf70fc3ef3ee90f482972a668ed758f90f5577c22"; };
"Asoziales Netzwerk" = { pskRaw = "8e234041ec5f0cd1b6a14e9adeee9840ed51b2f18856a52137485523e46b0cb6"; };
c-base-public = {};
};
};
}