1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 12:01:06 +01:00
+ Bluetooth audio
~ Move more consequently to configs/graphics
+ configs/networks
~ Make battery info platform neutral
+ xautolock: killer
~ redshift: manual location
~ unclutter: increase timeout
+ packages
This commit is contained in:
Kierán Meinhardt
2018-09-22 20:26:42 +02:00
parent 98b56b0cb0
commit 7ccdb8c3e2
4 changed files with 76 additions and 36 deletions

12
configs/networks.nix Normal file
View File

@@ -0,0 +1,12 @@
{
networking.hosts = {
"192.168.178.27" = [ "printer.local" ];
};
networking.wireless.enable = true;
networking.wireless.networks = {
Aether = { pskRaw = "e1b18af54036c5c9a747fe681c6a694636d60a5f8450f7dec0d76bc93e2ec85a"; };
"Asoziales Netzwerk" = { pskRaw = "8e234041ec5f0cd1b6a14e9adeee9840ed51b2f18856a52137485523e46b0cb6"; };
"c-base-public" = {};
};
}