1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

init mycelium

This commit is contained in:
2025-03-04 21:48:01 +01:00
parent 1b23814dc3
commit ebe3997beb
6 changed files with 15 additions and 0 deletions

View File

@@ -210,6 +210,7 @@ in {
./i3.nix
./i3status-rust.nix
./keyboard.nix
./mycelium.nix
./kdeconnect.nix
{home-manager.users.me.home.file.".XCompose".source = ../lib/keyboards/XCompose;}
./lb.nix

7
configs/mycelium.nix Normal file
View File

@@ -0,0 +1,7 @@
{ ... }:
{
services.mycelium = {
enable = true;
openFirewall = true;
};
}

4
lib/mycelium-network.nix Normal file
View File

@@ -0,0 +1,4 @@
{
zaatar = "5c5:49e0:7793:f017:59e1:1715:9e0e:3fc8";
fatteh = "463:a0d4:daa3:aa8d:a9b1:744a:46a5:7a80";
}

View File

@@ -14,6 +14,7 @@ in {
./hledger.nix
./alew.nix
../../configs/monitoring.nix
../../configs/mycelium.nix
../../configs/tor.nix
../../configs/save-space.nix
../../configs/spacetime.nix

View File

@@ -15,6 +15,7 @@ in {
./monitoring
./names.nix
./nextcloud.nix
../../configs/mycelium.nix
./radio-news.nix
./scrabble.nix
# ./onlyoffice.nix

View File

@@ -12,6 +12,7 @@ in {
./gaslight.nix
./hardware-configuration.nix
./nas.nix
../../configs/mycelium.nix
./home-assistant.nix
../../configs/monitoring.nix
../../configs/retiolum.nix