1
0
mirror of https://github.com/kmein/niveum synced 2026-03-30 09:11:10 +02:00

2 Commits

Author SHA1 Message Date
1311b64824 feat(mpd-fm): update 2021-06-17 07:37:19 +02:00
2b85e37fb6 fix(wifi): only use wlp3s0 on machines where it applies 2021-06-16 22:00:20 +02:00
5 changed files with 6 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
{ {
networking.wireless = { networking.wireless = {
enable = true; enable = true;
interfaces = [ "wlp3s0" ];
userControlled.enable = true; userControlled.enable = true;
networks = { networks = {
"Aether" = { "Aether" = {

View File

@@ -4,8 +4,8 @@ mkYarnPackage rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kmein"; owner = "kmein";
repo = "MPD.FM"; repo = "MPD.FM";
rev = "5f309c2579a9cbbbc4f7eb6a2e2f3993cc177630"; rev = "9dd05f5914ece489411e4f1225444aeb18c8e9df";
sha256 = "0ladh96s656i7yd9qxrpqq4x513r88zas7112rqn5sgxxaccbh72"; sha256 = "06m360qsx88m83bl64mpxngkqmhday80wf15y9s5w7r8lr4zyhpa";
}; };
packageJSON = "${src}/package.json"; packageJSON = "${src}/package.json";
yarnLock = ./yarn.lock; yarnLock = ./yarn.lock;

View File

@@ -38,6 +38,7 @@
wlp3s0.useDHCP = true; wlp3s0.useDHCP = true;
wwp0s20u4i6.useDHCP = true; wwp0s20u4i6.useDHCP = true;
}; };
networking.wireless.interfaces = [ "wlp3s0" ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git vim git vim

View File

@@ -36,6 +36,8 @@ in
networking.hostName = "wilde"; networking.hostName = "wilde";
networking.wireless.interfaces = [ "wlp3s0" ];
networking.retiolum = { networking.retiolum = {
ipv4 = "10.243.2.4"; ipv4 = "10.243.2.4";
ipv6 = "42:0:3c46:907c:1fb8:b74f:c59b:1ee3"; ipv6 = "42:0:3c46:907c:1fb8:b74f:c59b:1ee3";

View File

@@ -110,6 +110,7 @@
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "zaatar"; networking.hostName = "zaatar";
networking.wireless.interfaces = [ "wlp2s0" ];
networking.retiolum = { networking.retiolum = {
ipv4 = "10.243.2.34"; ipv4 = "10.243.2.34";