mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
added akkoma support
This commit is contained in:
parent
87d77ebf6c
commit
07494b34e7
2 changed files with 4 additions and 3 deletions
|
@ -10,8 +10,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
"Pleroma.Web.Endpoint" = {
|
"Pleroma.Web.Endpoint" = {
|
||||||
url.host = "fish.hypervirtual.word";
|
url.host = "eepy.rougebordeaux.xyz";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
# ./akkoma.nix
|
./akkoma.nix
|
||||||
./archivebox.nix
|
./archivebox.nix
|
||||||
./homelab-dashboard.nix
|
./homelab-dashboard.nix
|
||||||
./nextcloud.nix
|
./nextcloud.nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue